| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
数据赢家 React 组件库,提供丰富的企业级 UI 组件和解决方案。
npm install cloud-react --save
# 或
yarn add cloud-react// 引入完整样式
import 'cloud-react/cloud-react.css';import React from 'react';
import { Button, Input, Modal } from 'cloud-react';
function App() {
return (
<div>
<Button type="primary">点击我</Button>
<Input placeholder="请输入内容" />
<Modal title="标题" visible={true}>
内容
</Modal>
</div>
);
}npm install# 启动开发服务器
npm run dev# 构建组件库
npm run build
# 构建文档
npm run docs:buildgit commit -m "feat: [组件名称]提交内容"
git commit -m "fix: [组件名称]提交内容"项目配置了代码保存前进行eslint格式化和代码提交前进行eslint校验,如果提交有问题,请联系管理员
![]() Firefox |
![]() Chrome |
|---|---|
| >= 59 | >= 56 |
我们欢迎所有形式的贡献,包括但不限于:
感谢所有为这个项目做出贡献的开发者!
| Back | FazBrowse Home | New Git URL |