@tsei/neui
v0.1.1
Published
♑neumophism ui♑
Downloads
4
Readme
neui
Installation
- npm install @tsei/neui
Quick started
- git clone https://github.com/tseijp/neui
- cd neui
- npm install
- npm start
- open browser and visit localhost:3000
- ~Now you can go to our demo, and try its usage.~
Usage
import React from "react"
import ReactDOM from "react-dom"
import {Button} from "@tsei/neui"
function App() {
return <Button>Hello World</Button>;
}
ReactDOM.render(<App/>, document.getElementById('root')
~Now you can see in this live and interactive demo.~
Examples
~Now you can see in our demo page.~
Documentation
~Check out our documentation website.~
License
This project is licensed under the terms of the MIT license.