0.0.7 • Published 6 years ago

neutrine v0.0.7

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

neutrine

A collection of React UI components based on siimple.

npm npm npm pr

Installation

Use npm to install this package:

$ npm install --save neutrine

Usage

import React from "react";
import {Btn} from "neutrine";

export default class App extends React.Component {
    render() {
        return React.createElement(Btn, {color: "primary"}, "Say hello");
    }
}

Documentation

This package is on development. We will publish a detailed documentation in v0.1.0.

License

Under the MIT LICENSE.

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago