0.1.1 • Published 2 years ago

neihan-ui v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

A React component library

work in progress

Written in TypeScript with predicable static types

📦 Install

npm install ha0ran

🔨 Usage

import { Button } from 'ha0ran'

const App = () => {
    <>
    	<Button btnType={ButtonType.Primary}>Click me</Button>
    </>
}

And import style manually:

import 'ha0ran/dist/index.css'

🖥 Component Support

  • Button
  • Icon
  • Alert
  • Input
  • AutoComplete
  • Menu
  • Tab
  • Upload
  • Progress
  • Transition