Manual installation (zip package)
Step 1
Download the package from orders
Step 2
Unzip downloaded package and open it in the code editor
Step 3
Install dependencies
Step 4
Run the application
Step 5
Explore our documentation (menu on the left). Choose components you like, copy it to your project and compose your website. And yes, it's that simple!
Advanced installation
Keep in mind that the Single Use license does not allow installation via gitlab link. The only option for this type of package is manual installation.
Prerequisites
Before starting the project make sure to install Angular CLI (v16), Node LTS (v16 or v18) and generate gitlab access token.
Step 1
Create a new Angular app. Choose SCSS stylesheet.
Step 2
Navigate to app's directory
Step 3
Install library
Important: please note that MDB Advanced is composed of core UI Kit (Essential) and Plugins and cannot be installed with npm install
command. You will find more information on how to add plugins to your project here.
MDB configuration
Step 1
Setup MDB
- decide whether to set up Roboto font
- decide whether to set up Font Awesome 6
- decide whether to set up browser animations
Step 2
Launch your app
NPM
Keep in mind that the Single Use license does not allow installation via gitlab link. The only option for this type of package is manual installation.
Prerequisites
Before starting the project make sure to install Angular CLI (v16), Node LTS (v16 or v18) and generate gitlab access token.
Installation
To install MDB UI KIT in your project easily type the following command in the terminal. Remember to swap the access token before starting the installation.
Important: please note that MDB Advanced is composed of core UI Kit (Essential) and Plugins and cannot be installed with npm install
command. You will find more information on how to add plugins to your project here.
Module import
Add imports of individual MDB modules to the app.module.ts
to use specific components. For example
to use checkbox:
CSS import
Add MDB styles import to the styles.scss
file:
The tilde imports were deprecated in v3.0.0, please remove the ~
if you use this version (or later).
Font Awesome
Install Font Awesome:
Add Font Awesome styles to the `styles.scss` file:
The tilde imports were deprecated in v3.0.0, please remove the ~
if you use this version (or later).
Roboto font
Add the following line in public/index.html file inside
head
section:
Install specific version
When you install MDB from our GitLab server, the latest version of the library will be downloaded by default. You can add #version_number
at the end of the installation command in order to install specific MDB version.
Important: please note that MDB Advanced is composed of core UI Kit (Essential) and Plugins and cannot be installed with npm install
command. You will find more information on how to add plugins to your project here.