Angular Bootstrap Skins
Angular Skins - Bootstrap 4 & Material Design
Note: This documentation is for an older version of Bootstrap (v.4). A
newer version is available for Bootstrap 5. We recommend migrating to the latest version of our product - Material Design for
Bootstrap 5.
Go to docs v.5
Angular Bootstrap skins are basic color schemes which can be applied for the website providing ready to use full-page web design.
MDB provides you with few basic color skins schemes you might consider applying on your website for a different effect.
To apply a skin you just need to add one of our skin classes to the <body>
element.
Skin affects the following elements: navbar
, sideNav
, footer
, button
,
dropdown
, pagination
, input
, controls of carousel-multi-item
,
form-header
, card-header
, spinners
, pagination
, gradients
,
primary, secondary, default colors
.
White skin MDB Pro component
Black skin MDB Pro component
Cyan skin MDB Pro component
MDB skin MDB Pro component
Deep purple skin MDB Pro component
Pink skin MDB Pro component
Indigo skin MDB Pro component
Light blue skin MDB Pro component
Grey skin MDB Pro component
Add custom skin MDB Pro component
Open your global stylesheet styles.scss
, and add there a markup for your brand new skin.
After the new skin markup, add necessary imports from ng-uikit-pro-standard
folder in node_modules
directory.
Important note: Please note, that "test"
is name of your skin.
After saving styles.scss
file, open index.html
file and add class test-skin
to body
element.
Add new data to skin object MDB Pro component
Open your global stylesheet styles.scss
, and add there a markup for your brand new skin.
After the new skin markup, add necessary imports from ng-uikit-pro-standard
folder in node_modules
directory.