Skip to content
This repository was 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
Aug 1, 2019
Jul 12, 2019
Apr 4, 2019
Jun 8, 2017
Apr 6, 2019
May 13, 2018
Jan 2, 2019
Jul 12, 2019
Apr 5, 2019
Apr 5, 2019

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.