camelia
v1.1.4
Published
Lightweight And Concise,A UI Design
Downloads
2,407
Maintainers
Readme
Lightweight And Concise,A UI Design
✨ 特征
- 🌈 为web应用程序设计的企业级UI
- 📦 一组开箱即用的高质量React组件。
- 🛡 用TypeScript编写,具有可预测的静态类型。
- ⚙️ 众多的精致小工具,宛如开发过程中的得力助手
- 🎨 基于主题定制.
🖥 支持环境
支持现代浏览器.
支持服务端渲染.
支持Electron桌面应用.
| Chrome | Edge | Firefox | Safari | Electron | | ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | | Chrome ≥ 85 | Edge ≥ 85 | Firefox ≥ 79 | Safari ≥ 14.1 | last 2 versions |
📦 安装
npm install camelia
yarn add camelia
pnpm add camelia
🔨 使用
import { Button } from "camelia";
export default () => (
<>
<Button type="primary">Click Me</Button>
</>
);