Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.53 KB

README.EN.md

File metadata and controls

55 lines (31 loc) · 1.53 KB

HiUI Logo

HiUI

JavaScript Style Guide


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

npm config set registry https://registry.npmjs.org

npm install @hi-ui/core @hi-ui/hiui

On-Demand Installation

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.

Usage

For detailed component usage, refer to the official documentation.

Contribution

For contributions to HiUI, see the contribution guidelines.

License

MIT

-- EOF --