https://github.com/xiaomi/hiui
HIUI is a solution that is adequate for the fomulation and implementation of interaction and UI design standard for front, middle and backend.
https://github.com/xiaomi/hiui
component-library design-system design-systems javascript react react-components typescript ui-kit ui-library
Last synced: 12 days ago
JSON representation
HIUI is a solution that is adequate for the fomulation and implementation of interaction and UI design standard for front, middle and backend.
- Host: GitHub
- URL: https://github.com/xiaomi/hiui
- Owner: XiaoMi
- License: mit
- Created: 2018-10-08T10:10:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T08:00:56.000Z (22 days ago)
- Last Synced: 2025-03-31T08:03:43.501Z (22 days ago)
- Topics: component-library, design-system, design-systems, javascript, react, react-components, typescript, ui-kit, ui-library
- Language: TypeScript
- Homepage: https://xiaomi.github.io/hiui/
- Size: 215 MB
- Stars: 806
- Watchers: 31
- Forks: 102
- Open Issues: 77
-
Metadata Files:
- Readme: README.EN.md
- Changelog: changelog.template.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://xiaomi.github.io/hiui/)
HiUI

---
**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.
### Features
- 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.### Installation
Install and import **HiUI** from `npm`.
#### Full Installation
```bash
npm config set registry https://registry.npmjs.orgnpm install @hi-ui/core @hi-ui/hiui
```#### On-Demand Installation
```bash
npm config set registry https://registry.npmjs.orgnpm install @hi-ui/core @hi-ui/component-name
```> **Note**: Please use lowercase for the component name and separate words with hyphens.
### Usage
For detailed component usage, refer to the [official documentation](https://xiaomi.github.io/hiui/docs/quick-start).
### Contribution
For contributions to **HiUI**, see the [contribution guidelines](https://github.com/XiaoMi/hiui/blob/master/CONTRIBUTING.md).
### License
MIT
-- EOF --