BLK Design System PRO is a premium Bootstrap 4 Admin Template.
Quick start
To start using the UI Kit you will need to import some files in your current project or start from scratch using our template (scroll down in this page to view it).
CSS
Copy-paste the stylesheet
<link> into your
<head> before all other stylesheets to load our CSS.
JS
Many of our components require the use of JavaScript to function. Specifically, they require
jQuery,
Popper.js, and our own JavaScript plugins. Place the following
<script>s near the end of your pages, right before the closing
</body> tag, to enable them. jQuery must come first, then Popper.js, and then our JavaScript plugins.
Fonts and Icons
Copy-paste the stylesheet
<link> into your
<head> before all other stylesheets to load the Fonts and Icons.
Starter template
Be sure to have your pages set up with the latest design and development standards. That means using an HTML5 doctype and including a viewport meta tag for proper responsive behaviours. Put it all together and your pages should look like the file that you can find in the downloaded archive.