react-shipyard

0.1.31 • Public • Published

React Shipyard

Version

Shipyard is a collection of ready to use, accessible, semantically correct React components.

All components in this collection were designed with the following in mind. They must be:

  1. Accessible and usable in all browsers and on all devices, no matter the controls
  2. Semantically correct, respecting web standards
  3. Styled using the BEM naming convention
  4. Easily customizable with own props and styling
  5. Fully documented, with styling guidelines

Installation

Install from NPM:

npm install --save react-shipyard

Install node-sass in order to use the SASS variables:

npm install --save-dev node-sass

Usage

Import it into your code:

import { Dialog } from 'react-shipyard';
 
const Example = () => (
    <Dialog type="success">
        <p>Installation was successful!</p>
    </Dialog>
);

Documentation

See http://christiaanhemerik.com/react-shipyard.

Package Sidebar

Install

npm i react-shipyard

Weekly Downloads

0

Version

0.1.31

License

MIT

Unpacked Size

837 kB

Total Files

81

Last publish

Collaborators

  • elcriz