0.1.13 • Published 8 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-neroExample
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:watchTests & Coverage
$ yarn test
$ yarn test:coverageDeployment
$ yarn deploy0.1.13
8 years ago
0.1.12
8 years ago
0.1.11
8 years ago
0.1.10
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.6.0
8 years ago
0.5.5
8 years ago
0.5.4
8 years ago
0.5.3
8 years ago
0.5.2
8 years ago
0.5.1
8 years ago
0.5.0
8 years ago
0.4.0
8 years ago
0.3.0
8 years ago
0.2.0
8 years ago
0.1.0
8 years ago