shade-ui

Shade UI components for React.js

Usage no npm install needed!

<script type="module">
  import shadeUi from 'https://cdn.skypack.dev/shade-ui';
</script>

README

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