This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

choerodon-hap-ui
TypeScript icon, indicating that this package has built-in type declarations

0.6.5 • Public • Published

Choerodon UI

An enterprise-class UI design language and React-based implementation.

中文 README

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

  • Modern browsers and Internet Explorer 9+ (with polyfills)
  • Server-side Rendering
  • Electron

Install

npm install choerodon-hap-ui --save

Usage

import { DatePicker } from 'choerodon-hap-ui';
ReactDOM.render(<DatePicker />, mountNode);

And import style manually:

import 'choerodon-hap-ui/dist/choerodon-hap-ui.css';  // or 'choerodon-hap-ui/dist/choerodon-hap-ui.less'

Or import components on demand

TypeScript

See Used in TypeScript

Internationalization

See i18n.

Links

Local Development

$ git clone https://github.com/choerodon/choerodon-hap-ui.git
cd choerodon-hap-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 .

Package Sidebar

Install

npm i choerodon-hap-ui

Weekly Downloads

0

Version

0.6.5

License

MIT

Unpacked Size

43.7 MB

Total Files

679

Last publish

Collaborators

  • waynew