0.1.1 • Published 3 years ago

@tsei/neui v0.1.1

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

neui

Installation

  • npm install @tsei/neui

Quick started

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.