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.

Home Page:https://xiaomi.github.io/hiui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HiUI Logo

HiUI

JavaScript Style Guide


HiUI 是一个面向中后台系统的前端组件库,可以帮助开发人员快速实现交互一致、界面美观的界面开发。

特性

  • 精于中后台产品的交互与视觉设计
  • 全面的流程、数据展示模板,从业务中来,模板、组件覆盖大多数中后台系统需求
  • 数据结构分离的单组件设计,无需学习,升级方便,开箱即用

安装

现在从 npm 安装并引入 HiUI

全量安装

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/组件名

注意:组件名请全部小写,并使用中横线连接。

使用

组件使用详见官方文档

贡献

HiUI 贡献详见贡献指南

License

MIT

-- EOF --

About

HIUI is a solution that is adequate for the fomulation and implementation of interaction and UI design standard for front, middle and backend.

https://xiaomi.github.io/hiui/

License:MIT License


Languages

Language:TypeScript 67.2%Language:HTML 15.9%Language:SCSS 13.3%Language:JavaScript 1.7%Language:MDX 1.5%Language:Perl 0.1%Language:Raku 0.1%Language:CSS 0.1%