Start
- Use the Play CDN to try BrickBox right in the browser without any build step. The Play CDN is designed for development purposes only, and is not the best choice for production.Create a new index.html file in your project root
- Include BrickBox’s CSS and JS. Place the link tag in the head for our CSS, and the script tag for our JavaScript bundle (including Popper for positioning dropdowns, poppers, and tooltips) before the closing body tag .
- Hello, world! Open the page in your browser of choice to see your BrickBox page. Now you can start building with brickbox by creating your own layout, adding dozens of components, and utilizing our official examples.
- CDN's you can copy and place in your html files
- BrickBox requires the use of the HTML5 doctype. Without it, you’ll see some funky and incomplete styling.
- BrickBox is developed mobile first, a strategy in which we optimize code for mobile devices first and then scale up components as necessary using CSS media queries. To ensure proper rendering and touch zooming for all devices, add the responsive viewport meta tag to your head teag
CDN LINKS
| Description | URL |
|---|---|
| CSS | https://sakshamvedi.github.io/StrapWrapCDN/styles.css |
| JS | "https://sakshamvedi.github.io/StrapWrapCDN/script.js |
Community
- Ask and explore our GitHub
- Go and follow our community on Linkedin
- Turn Coffee Into Code
- For more Information mail me at sakshamvedi
