bwui

Core ui elements for BlanketWarrior products

Usage no npm install needed!

<script type="module">
  import bwui from 'https://cdn.skypack.dev/bwui';
</script>

README

npm Build Status Dependency Status devDependency Status

BWUI is currently under construction, and should not be used in any production code

Using bwui

There are a few different ways to use bwui components.

Import Full components

The easiest way to include BW components wraps styles into the Javascript.

import { Img } from "bwui";

Import Javascript/CSS separately

Useful if you would like to load styles separately from the Javascript

import { Img } from "bwui/js";
@import "node_modules/bwui/css/Img"