haze-ui
v1.5.1
Published
A React UI component library powered by react-use-control and Linaria
Readme
Haze UI
The React UI Component Library with controllable states.
English | 简体中文
Features
- Integrated react use control provides component internal states
- Keep strict, provide lightweight, composable, and easily extendable components
- Support themes customization
- Support Tree-shaking
Getting Started
Installation
npm i haze-ui
// or
pnpm add haze-uiUsage
import { Button } from 'haze-ui';
export default function MyComponent() {
return <Button>Start</Button>;
}Related Projects
How to Contribute
Anyone and everyone is welcome to contribute.
