@tsei/neui
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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.

Install

npm i @tsei/neui

Homepage

/

DownloadsWeekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

48.6 kB

Total Files

18

Last publish

Collaborators

  • tsei