Installation

The only required dependency is Angular CDK.
Install @bootkit/angular and Angular CDK libraries via npm:

ng add @angular/cdk
npm install @bootkit/angular

Import CSS

Import the CSS of Bootstrap and Angular CDK to your angular project. add following lines to the styles.scss file in your project.

/*
Import the Bootstrap CSS
If you don't use all Bootkit components, you can import a customized Bootstrap CSS file
that includes only the necessary styles
*/
@import 'bootstrap/dist/css/bootstrap.min.css';

/* Import the Angular CDK CSS (Lightweight, size < 1 KB) */
@import '@angular/cdk/overlay-prebuilt.css';

Supported Browsers

We aim to support the same browsers and versions as those supported by Bootstrap and Angular, adhering to the more restrictive compatibility requirements between the two.