Skip to content
Honey Silvas edited this page Nov 27, 2015 · 18 revisions

What is BlastPad UI?

BlastPad UI is a lightweight CSS front-end framework without the bloat. Include only what you need, leave what you don't.

Getting Started

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" />

Self-hosted

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" />

Documentation

Please check out our official documentation at http://blastpad.co/ui/beta/documentation/

Examples

See the examples at http://blastpad.co/ui/example/ to help you get started.

Clone this wiki locally