JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q25211F
  • License MIT

Open Source UI Toolkit - Atoms

Package Exports

  • blaze-atoms

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (blaze-atoms) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Blaze Atoms

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

https://www.blazeui.com

https://travis-ci.org/BlazeUI/blaze

Installing the JavaScript Components

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

<script src="https://unpkg.com/blaze-atoms@x.x.x/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.