0.1.13 • Published 7 years ago
react-nero v0.1.13
NERO
Components library used for a demo.
Usage
Install
$ # With npm
$ npm install --save react-nero
$ # Or yarn
$ yarn add react-nero
Example
import React, { Component } from 'react';
import { Button } from 'react-nero';
class App extends Component {
onClick = () => {
alert('You clicked a super stylish button!');
}
render() {
return (
<Button
primary
onClick={this.onClick}
>
Click me!
</Button>
);
}
}
Tasks
Development
$ yarn start #styleguide:server
$ yarn test:watch
Tests & Coverage
$ yarn test
$ yarn test:coverage
Deployment
$ yarn deploy
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.6.0
7 years ago
0.5.5
7 years ago
0.5.4
7 years ago
0.5.3
7 years ago
0.5.2
7 years ago
0.5.1
7 years ago
0.5.0
7 years ago
0.4.0
7 years ago
0.3.0
7 years ago
0.2.0
7 years ago
0.1.0
7 years ago