A collection of React UI components based on siimple.
Use npm
to install this package:
$ npm install --save neutrine
import React from "react";
import {Btn} from "neutrine";
export default class App extends React.Component {
render() {
return React.createElement(Btn, {color: "primary"}, "Say hello");
}
}
This package is on development. We will publish a detailed documentation in v0.1.0
.
Under the MIT LICENSE.