0.0.4 • Published 8 years ago

bwui v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

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"