HiUI is a frontend component library designed for middle and back-end systems, helping developers quickly create interfaces that are visually appealing and consistent in interaction.
- Focused on the interaction and visual design of middle and back-end products.
- Comprehensive templates for processes and data display, tailored from business needs, covering most requirements of middle and back-end systems with templates and components.
- Component design with a data structure separation, easy to learn and upgrade, ready to use out of the box.
Install and import HiUI from npm
.
npm config set registry https://registry.npmjs.org
npm install @hi-ui/core @hi-ui/hiui
npm config set registry https://registry.npmjs.org
npm install @hi-ui/core @hi-ui/component-name
Note: Please use lowercase for the component name and separate words with hyphens.
For detailed component usage, refer to the official documentation.
For contributions to HiUI, see the contribution guidelines.
MIT
-- EOF --