0.1.31 • Published 4 years ago

react-shipyard v0.1.31

Weekly downloads
33
License
MIT
Repository
github
Last release
4 years ago

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.

0.1.31

4 years ago

0.1.30

4 years ago

0.1.29

4 years ago

0.1.28

5 years ago

0.1.27

5 years ago

0.1.26

5 years ago

0.1.25

5 years ago

0.1.24

5 years ago

0.1.23

5 years ago

0.1.22

5 years ago

0.1.21

5 years ago

0.1.20

5 years ago

0.1.19

5 years ago

0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago