jbluv / fish-remix

React UI library,Implement functionality with the simplest code

Home Page:http://43.136.119.145:82/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fish Remix


React UI library,Implement functionality with the simplest code

✨ 特征

  • 🌈 为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 fish-remix
yarn add fish-remix
pnpm add fish-remix

🔨 使用

import { Button } from "fish-remix";

export default () => (
  <>
    <Button type="primary">Click Me</Button>
  </>
);

About

React UI library,Implement functionality with the simplest code

http://43.136.119.145:82/

License:Other


Languages

Language:TypeScript 70.8%Language:SCSS 24.9%Language:JavaScript 4.0%Language:Shell 0.3%