This package has been deprecated

Author message:

Package deprecated

bsd-react-ui-kit

0.3.9 • Public • Published

BSD React UI Kit

Release

This UI kit contains the following components:

  • BodyCopy
  • Button
  • Dialog
  • Heading
  • Icon
  • IconButton
  • Link
  • Sprite

View the complete collection on Storybook.

Building

The following commands will install all dependencies, build the project, and start Storybook listening on port 6006.

From there you can navigate to http://localhost:6006 to interact with the components.

npm install
npm install --no-save react-dom
npm start

Installation

npm install --save bsd-react-ui-kit

Usage

@import "~bsd-react-ui-kit/dist/ui-kit.css";
import { Heading } from "bsd-react-ui-kit";

ReactDOM.render(
  <Heading element="h1">Hello UI Kit!</Heading>,
  document.getElementById("root")
);

Readme

Keywords

Package Sidebar

Install

npm i bsd-react-ui-kit

Weekly Downloads

5

Version

0.3.9

License

MIT

Unpacked Size

232 kB

Total Files

8

Last publish

Collaborators

  • cmarti017c