Bootstrap + Material Design = Material Style
Discover our collection of beautifully crafted components, thoughtfully designed to seamlessly adapt to both light and dark color modes.
Introducing Material Style Theme Builder - Your Path to Unique Material Style
:root, [data-bs-theme="light"] {
--bs-primary: #5f3dc4;
--bs-primary-hover: #5134a7;
--bs-primary-active: #4c319d;
--bs-primary-subtle: #dfd8f3;
--bs-primary-subtle-hover: #c7bbea;
--bs-primary-subtle-active: #bfb1e7;
--bs-primary-emphasis: #392576;
--bs-primary-emphasis-hover: #2b1b58;
--bs-primary-border-subtle: #bfb1e7;
--bs-primary-rgb: 95, 61, 196;
--bs-text-on-primary: #fff;
--bs-border-radius: 2rem;
--bs-border-width: 2px;
}
[data-bs-theme="dark"] {
--bs-primary: #9781d9;
--bs-primary-hover: #ac9ae1;
--bs-primary-active: #b6a7e4;
--bs-primary-subtle: #26184e;
--bs-primary-subtle-hover: #2b1b58;
--bs-primary-subtle-active: #392576;
--bs-primary-emphasis: #b7a8e4;
--bs-primary-emphasis-hover: #af9ee2;
--bs-primary-border-subtle: #392576;
--bs-primary-rgb: 151, 129, 217;
--bs-text-on-primary: #000;
}
Supporting Material Style's Journey
Browser testing is powered by BrowserStack.
Material Style is hosted on GitHub Pages.
Of course. Material Style is MIT licensed project. You can learn more on the license page.
Installation is as simple as adding CSS and JS to your markup as described on the installation page. There's a code sample for each Material Style Component which can be copied and used.