mdb-ui-kit icon indicating copy to clipboard operation
mdb-ui-kit copied to clipboard

Bootstrap 5 & Material Design UI KIT

Results 35 mdb-ui-kit issues
Sort by recently updated
recently updated
newest added

When initializing a range input, I get this error: ![image](https://user-images.githubusercontent.com/68110106/159771638-431d7054-4d1a-4254-8f44-d1e9b125d584.png) JavaScript: ```JS const range = new mdb.Range(document.getElementById('rateRange')); ``` HTML: ```HTML Example range ``` OS: Windows 11 Browser: Firefox 98.0.1 Using...

if i make a input field the border doesn't gets added resulting in this ![image](https://user-images.githubusercontent.com/69071143/157657763-0d2dcbd1-f56a-4645-8bb7-7492ca29b656.png) ![image](https://user-images.githubusercontent.com/69071143/157657839-7321539a-14dd-40ca-b89f-411393286c8e.png) Instead it should show up like this ![image](https://user-images.githubusercontent.com/69071143/157657879-17ec997d-8154-4d10-a0c9-384e10712dc3.png) ![image](https://user-images.githubusercontent.com/69071143/157657906-308e3fd8-261f-4d92-9e8d-c74f2c5c6e5c.png) If i add the notch...

### Issue When adding `border-warning` (or any other color) border of card doesn't have set color. (dark version) ### Photo ![image](https://user-images.githubusercontent.com/70973416/133298961-dc877673-e19b-4685-9090-86f75f6d5933.png) ### Code to reproduce ``` Example ```

Hi there, it seems like this is a corner case. I just want to report it to get some feedback whether this is even known or not supported. Repo steps:...

I've downloaded the MDBAngular template, everything works fine, except the fact that the tag isn't detected when compliling and starting the project with ng serve. I've tried adding the initMDB({...

Check https://mdbootstrap.com/docs/standard/extended/offcanvas/#offcanvasExample page and see that no one example does not work.

How do I build my own minified CSS files for this repo? I don't see any build scripts in package.json nor instructions.

i have angular 17 fresh project , when add buttons and dropdowns on index.html everything works fine however when i add same into angular component (or dynamically created content) it...

I would like to ask, this is only a package of css files, how to compile, package and deploy the imported JS files? Do you want to deploy the entire...

Hello, when I upgrade to version 7.0.0 I get this error: ``` Module build failed: Module not found: "./assets/js/app.js" contains a reference to the file "mdb-ui-kit". This file can not...