React UI library,Implement functionality with the simplest code
- 🌈 为web应用程序设计的企业级UI
- 📦 一组开箱即用的高质量React组件。
- 🛡 用TypeScript编写,具有可预测的静态类型。
- ⚙️ 众多的精致小工具,宛如开发过程中的得力助手
- 🎨 基于主题定制.
-
支持现代浏览器.
-
支持服务端渲染.
-
支持Electron桌面应用.
Chrome | Edge | Firefox | Safari | Electron |
---|---|---|---|---|
Chrome ≥ 85 | Edge ≥ 85 | Firefox ≥ 79 | Safari ≥ 14.1 | last 2 versions |
npm install fish-remix
yarn add fish-remix
pnpm add fish-remix
import { Button } from "fish-remix";
export default () => (
<>
<Button type="primary">Click Me</Button>
</>
);