# choerodon-ui
**Repository Path**: open-hand/choerodon-ui
## Basic Information
- **Project Name**: choerodon-ui
- **Description**: 一套企业级的 UI 设计语言和 React 实现
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 30
- **Forks**: 19
- **Created**: 2018-05-22
- **Last Updated**: 2025-07-31
## Categories & Tags
**Categories**: backend
**Tags**: None
## README
# Choerodon UI
An enterprise-class UI design language and React-based implementation.
[中文 README](README-zh_CN.md)
## 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](https://ant.design/docs/react/getting-started#Compatibility))
- Server-side Rendering
- [Electron](http://electron.atom.io/)
## Install
```bash
npm install choerodon-ui --save
```
## Usage
```jsx
import { DatePicker } from 'choerodon-ui';
import { Table } from 'choerodon-ui/pro';
ReactDOM.render(<>