0.1.5 • Published 5 years ago

@siimple/neutrine v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago