0.1.31 • Published 5 years ago
react-shipyard v0.1.31
React Shipyard
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:
- Accessible and usable in all browsers and on all devices, no matter the controls
- Semantically correct, respecting web standards
- Styled using the BEM naming convention
- Easily customizable with own props and styling
- 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
0.1.31
5 years ago
0.1.30
5 years ago
0.1.29
5 years ago
0.1.28
6 years ago
0.1.27
6 years ago
0.1.26
6 years ago
0.1.25
6 years ago
0.1.24
6 years ago
0.1.23
6 years ago
0.1.22
6 years ago
0.1.21
6 years ago
0.1.20
6 years ago
0.1.19
6 years ago
0.1.18
6 years ago
0.1.17
6 years ago
0.1.16
6 years ago
0.1.15
6 years ago
0.1.14
6 years ago
0.1.13
6 years ago
0.1.12
6 years ago
0.1.11
6 years ago
0.1.10
6 years ago
0.1.9
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago