Skip to content

Latest commit

 

History

History
 
 

README.md

Open Source Modular UI Toolkit - utilising BEM conventions to provide great structure for building websites quickly

https://www.blazeui.com

Getting started

Installing the JavaScript Components

Link to it by adding the following to your <head></head>.

<script src="https://unpkg.com/blaze@x.x.x/atoms/dist/blaze-atoms.js"></script>

The x.x.x is the specific version of the library, you should use specifc versions to prevent against breaking changes.

That's it! Start using the components in your HTML.

Integrating with a Framework

Blaze uses Stencil to compile our components into Web Components. And since they can be used within frameworks or in standard HTML websites the best resource to read is the Stencil documentation regarding framework integration.