Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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: 2024-11-19T08:32:44.000Z (2 months ago)
- Last Synced: 2024-11-19T09:36:19.589Z (2 months 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: 211 MB
- Stars: 738
- Watchers: 32
- Forks: 99
- Open Issues: 83
-
Metadata Files:
- Readme: README.EN.md
- Changelog: changelog.template.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![HiUI Logo](https://raw.githubusercontent.com/XiaoMi/hiui/stable/3.x/site/static/img/logo.png)](https://xiaomi.github.io/hiui/)
HiUI
![JavaScript Style Guide](https://avatars.githubusercontent.com/u/29208316?s=48&v=4)
---
**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 --