shade-ui

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i shade-ui

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • lestad