Angular 15 & Bootstrap 5 Elegant UI Kit and reusable components library for building mobile-first, responsive webistes and web apps
npm install --save ng-cdbangular
or
yarn add ng-cdbangular
Add Contrast Design Bootstrap styles to the angular.json
file
"styles": [
"node_modules/ng-cdbangular/assets/scss/cdb.scss"
]
Import preferred module in app.module.ts
import { AlertModule } from 'ng-cdbangular';
@NgModule({
imports: [
AlertModule
]
})
You can also import all cdbangular modules this way
import { CDBFreeModule } from 'ng-cdbangular';
@NgModule({
imports: [
CDBFreeModule,
]
})
In app.component.html
<CDBAlert color="success">
A simple alert built with contrast design check it out!
</CDBAlert>
<CDBAlert color="danger" [dismiss]=true>
A simple alert built with contrast design check it out!
</CDBAlert>
IE / Edge |
Firefox |
Chrome |
Safari |
Opera |
|
---|---|---|---|---|---|
Mac | N/A | supported | supported | supported | supported |
Windows | supported | supported | supported | N/A | supported |
Check out our documentation here
Contrast Design Bootstrap Angular PRO
See License in <license.pdf> © Devwares
-
Create pull requests
-
Submit bugs
-
Suggest new features
-
Help us Improve our documentation with updates
We truly appreciate us all and everyone who has contributed to this project, as we continue to use and imporove this project.
A massive thank you to everyone!