Installation
Begin your journey in just a few easy steps.
Automatic (recommended)
ng add mixin-ui
Manual
1. Install CDK
Mixin UI builds on top of @angular/cdk
. To install it run the following command:
npm i @angular/cdk
2. Install packages
Install the packages from your command line:
npm i @mixin-ui/{cdk,kit}
3. Include styles
Import the global CSS file at the root of your application:
@import url('@angular/cdk/overlay-prebuilt.css');
@import url('@mixin-ui/kit/styles/index');