Skip to content

atongmu/codingfly-remaxui

Repository files navigation

@codingfly/remaxui

优雅、简洁的 Remax 组件库

💫 特性

  • 基于 Remax 开发 UI 组件
  • 支持微信 支付宝 钉钉 小程序多端适配运行
  • 支持按需引入
  • 支持 TypeScript

📦 安装

npm install @codingfly/remaxui -D
yarn add @codingfly/remaxui -D

🎀 使用

小程序

import { Button } from '@codingfly/remaxui';

const App = () => (
  <>
    <Button>Click @codingfly/remaxui</Button>
  </>
);

app.js 中引入样式:

import '@codingfly/remaxui/dist/my.css';

Pull Request 规范

  1. 我们建议保持你的 PR 足够小。保证一个 PR 只解决一个问题或只添加一个功能
  2. 在 PR 中请添加合适的描述,并关联相关的 Issue
  3. 在 Pull Request 前,请同步主仓库的最新代码

🌰 示例

🍭 体验

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published