Skip to content

BlazeSoftware/atoms

Repository files navigation

Blaze is a framework-free open source UI toolkit. It provides great structure for building websites quickly with a scalable and maintainable foundation.

Blaze Atoms is a set of web components powered by Blaze CSS.

https:// blazeui

Ready to Code Dev Environment

Contribute to Blaze using an online development environment.

Open in Github Dot

Local Developer Setup

First of all installNVM.

When that is complete run:

$ nvm use
$ npm i
$ npm start

Installing the JavaScript Components

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

<scriptsrc= "https://unpkg /@blaze/[email protected]/dist/blaze-atoms.js"></script>

Thex.x.xis 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 usesStencilto 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 theStencil documentationregarding framework integration.