0.1.13 • Published 6 years ago

react-nero v0.1.13

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

NERO

Build Status codecov semantic-release

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

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.6.0

6 years ago

0.5.5

6 years ago

0.5.4

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago