0.0.2 • Published 10 years ago

shade-ui v0.0.2

Weekly downloads
8
License
MIT
Repository
github
Last release
10 years ago

Shade UI Components

Simple UI components for React.js applications.

Installation

GitHub stars GitHub forks GitHub issues Maintainer David

NPM

Usage

Import shade-ui styles and components you want to use with webpack:

import 'shade-ui/dist/styles.css';
import { Button, Sheet } from 'shade-ui';

And use it:

<Button text="Hey Ho" />

Development

npm install
npm run build:dist

Generated files (CSS and JS) will be placed in dist/

Generate styleguide:

npm run styleguide-build

Run styleguide server for live development:

npm run styleguide-server