0.1.5 • Published 4 years ago

@siimple/neutrine v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@siimple/neutrine

An experimental collection of React UI components based on @siimple/css.

npm npm npm pr

:construction: This package is currently under development. Use it at your own risk.

Installation

Use npm to install this package:

$ npm install --save @siimple/neutrine

Usage

import React from "react";
import {Btn} from "@siimple/neutrine";

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

License

Under the MIT LICENSE.

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago