Skip to content

popo-fishes/camelia

Repository files navigation

Lightweight And Concise,A UI Design

NPM version NPM downloads

✨ 特征

  • 🌈 为web应用程序设计的企业级UI
  • 📦 一组开箱即用的高质量React组件。
  • 🛡 用TypeScript编写,具有可预测的静态类型。
  • ⚙️ 众多的精致小工具,宛如开发过程中的得力助手
  • 🎨 基于主题定制.

🖥 支持环境

  • 支持现代浏览器.

  • 支持服务端渲染.

  • 支持Electron桌面应用.

Chrome Chrome IE Edge Firefox Firefox Safari Safari ElectronElectron
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>
  </>
);