# hu-ui **Repository Path**: darcrandex/hu-ui ## Basic Information - **Project Name**: hu-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-08 - **Last Updated**: 2021-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## HU-UI ### 使用 ```cmd yarn add @darcrand/hu-ui ``` ```jsx import { Button } from '@/darcrand/hu-ui'; const App = () => { return ( <> ); }; ```