prostickman / choerodon-ui

An enterprise UI framework and react-based implementation.

Home Page:http://choerodon.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-ui --save

Usage

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

And import style manually:

import 'choerodon-ui/dist/choerodon-ui.css';  // or 'choerodon-ui/dist/choerodon-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-ui.git
$ cd choerodon-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 .

About

An enterprise UI framework and react-based implementation.

http://choerodon.io

License:MIT License


Languages

Language:JavaScript 50.2%Language:TypeScript 26.7%Language:CSS 22.8%Language:HTML 0.2%Language:Shell 0.1%Language:Dockerfile 0.0%