Hiocs UI
An enterprise-class UI design language and React-based implementation.
Features
- Extracted from the interactive language and visual style of enterprise-level medium and backstage products.
- A set of high-quality React components out of the box.
- Written in TypeScript with predictable static types.
- The whole package of development and design resources and tools.
Environment Support
Install
npm install hiocs-ui --save
Usage
import DatePicker from 'hiocs-ui';ReactDOM;
And import style manually:
import 'hiocs-ui/dist/hiocs-ui.css'; // or 'hiocs-ui/dist/hiocs-ui.less'
Or import components on demand
TypeScript
Internationalization
See i18n.
Links
- [Home page]
- [Components]
- Change Log
- Scaffold Market
- Ant Design
- rc-components
- Motion
- 设计规范速查手册
- Developer Instruction
- Versioning Release Note
- FAQ
- CodeSandbox Template for bug reports
- Awesome Ant Design
- Customize Theme
Local Development
$ git clone https://github.com/hiocs/hiocs-ui.git$ cd hiocs-ui$ npm install$ npm start
Open your browser and visit http://127.0.0.1:8001 , see more at https://github.com/ant-design/ant-design/wiki/Development .