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

Angular 16 & Bootstrap 5 & Material Design 2.0 UI KIT

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

Currently, if one has an Angular v13 app with angular-bootstrap-md v13, they will not be able to update their Angular apps to v14 due to the package's dependency on @angular/cdk...

Expected behavior The examples in the docs work perfectly. Upon showing a dropdown menu i can use arrow keys to navigate the menu items Actual behavior I downloaded the started...

I can't understand why tabs don't switch smoothly, as in your Demo on the site? https://stackblitz.com/edit/angular-ivy-tecpyx?file=src/app/app.component.html

We are using mdb-navbar and we need to implement multilevel drop-down but didn't found any doc to implement this.

File [mdb-angular-ui-kit](https://github.com/mdbootstrap/mdb-angular-ui-kit)/[projects](https://github.com/mdbootstrap/mdb-angular-ui-kit/tree/master/projects)/[mdb-angular-ui-kit](https://github.com/mdbootstrap/mdb-angular-ui-kit/tree/master/projects/mdb-angular-ui-kit)/[accordion](https://github.com/mdbootstrap/mdb-angular-ui-kit/tree/master/projects/mdb-angular-ui-kit/accordion)/[accordion-item.component.html](https://github.com/mdbootstrap/mdb-angular-ui-kit/tree/master/projects/mdb-angular-ui-kit/accordion/accordion-item.component.html) Instead of ``` (collapseShow)="onShown()" (collapseHide)="onHidden()" ``` We have to use ``` (collapseShown)="onShown()" (collapseHidden)="onHidden()" ```

Hi there! Thank you for the awesome lib, I've got a question about bootstrap version and how may I override :root parameters such as --bs-primary. The main problem of my...

Hi, I previously used `angular-bootstrap-md`, and I am now trying to move to `mdb-angular-ui-kit`. I see that `angular-bootstrap-md` doesn't support Angular 16; if I try to install angular-bootstrap-md, it tells...

Will there be angular 18 support for mdb-angular-ui-kit?

Create test harnesses for each component for component and e2e testing

I've tried migrating this repository to Angular 18. Please check that the result works as expected, I am not sure what the test cover. As far as I could tell,...