English | 简体中文
拥有 50 多种开箱即用的高质量组件,可以覆盖绝大部分业务场景。
海量色彩,支持全局引入使用:
所有组件都是用 TypeScript 编写的,所以天然的类型友好。
// with npm
npm install concis@latest
// with yarn
yarn add concis@latest
import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'concis';
import 'concis/web-react/style/index.css';
function App() {
return <Button type="primary">Hello Concis!</Button>;
}
ReactDOM.render(<App />, document.getElementById('app'));
在 examples 文件夹中,有一个 vite
+ react
的工程运行环境,你可以在该环境中体验 concis
组件,在项目根目录运行命令:
pnpm examples:dev
访问http://localhost:5173
。
IE / Edge |
Firefox |
Chrome |
Safari |
Opera |
Electron |
---|---|---|---|---|---|
Edge 16 | 31 | 49 | 31 | 36 | last 2 versions |
贡献之前请先阅读贡献指南。
感谢所有为 Concis 做过贡献的人!