-
Notifications
You must be signed in to change notification settings - Fork 4
Home
BlastPad UI is a lightweight CSS front-end framework without the bloat. Include only what you need, leave what you don't.
To start using BlastPad UI, include the following in the
of your HTML document. This will include the BlastPad UI CSS file in your document. <link href="http://blastpad.co/ui/beta/vendor/blastpad_ui/asset/css/blastpad_ui.min.css" rel="stylesheet" type="text/css" />If you want to self-host the code instead of linking to it, you can download the code from GitHub. Unzip the file and place it in your project directory. Then in the head of your HTML document, add the following code, replacing the phrase "yourfilepath" with the link to where you placed the blastpad_ui.min.css file. <link href="http://yourfilepath/vendor/blastpad_ui/asset/css/blastpad_ui.min.css" rel="stylesheet" type="text/css" />
Please check out our official documentation at http://blastpad.co/ui/beta/documentation/
See the examples at http://blastpad.co/ui/example/ to help you get started.