1.12.0 • Published 2 years ago
@jeffchi/react-pkg v1.12.0
@jeffchi/react-pkg
一个react库,包括基于Styled的组件及一些通用的三方Hooks
特性
- 🚀 快速构建组件
- 💄 基于 styled-components 和 styled-system
- 📦 开箱即用
- ⚙️ 支持按需加载
- 🎨 支持主题定制
- 🌍 支持国际化
- 🪝 支持 Hooks
- 🧩 支持组件
安装
// Npm
npm install @jeffchi/react-pkg
// Yarn
yarn add @jeffchi/react-pkg使用
import { Button } from '@jeffchi/react-pkg';
export default () => <Button>Hello World</Button>;发布
- 修改
package.json中的版本号。 - 运行
npm run release。
示例
import React from 'react';
import { Button } from '@jeffchi/react-pkg';
export default () => <Button>Hello World</Button>;贡献
欢迎提交 PR 或者 Issue。
协议
MIT