Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 969 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 969 Bytes

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.