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-shipyardInstall node-sass in order to use the SASS variables:
npm install --save-dev node-sassUsage
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
6 years ago
0.1.29
6 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
7 years ago
0.1.23
7 years ago
0.1.22
7 years ago
0.1.21
7 years ago
0.1.20
7 years ago
0.1.19
7 years ago
0.1.18
7 years ago
0.1.17
7 years ago
0.1.16
7 years ago
0.1.15
7 years ago
0.1.14
7 years ago
0.1.13
7 years ago
0.1.12
7 years ago
0.1.11
7 years ago
0.1.10
7 years ago
0.1.9
7 years ago
0.1.8
7 years ago
0.1.7
7 years ago
0.1.6
7 years ago
0.1.5
7 years ago
0.1.4
7 years ago
0.1.3
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago