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

⚛️ A collection of React UI components based on siimple

License

Notifications You must be signed in to change notification settings

siimple/neutrine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.