fannypack

A friendly, themeable, accessible React UI Kit built with Reakit

Github星跟踪图

Fannypack

All Contributors
Build Status
NPM

Go to the Fannypack Docs

Changelog

Installing Fannypack

Run the following command to install Fannypack:

yarn add fannypack

Getting set up

To start using the components, please follow these steps:

  1. Wrap your application in a <ThemeProvider> which is provided by Fannypack:
import { ThemeProvider } from 'fannypack';

const App = () => (
  <ThemeProvider>
    // ... your app
  </ThemeProvider>
);
  1. Now you can start using components like so!:
import { Button } from 'fannypack';

const MyApp = () => (
  <Button>
    Hello world!
  </Button>
);

Contributing

Feel like contributing? That's awesome! We have a Contributing guide to help you out.

Contributors

Happy Customers

  • "If anyone had to marry a UI kit, they’d marry Fannypack because its the whole package." - Claudia Nadalin, Weddingbird

Acknowledgements

Thanks Luke Edwards for handing over the fannypack npm name!

主要指标

概览
名称与所有者jxom/fannypack
主编程语言TypeScript
编程语言JavaScript (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2018-09-19 00:44:21
推送于2021-03-30 13:18:22
最后一次提交2020-07-19 16:57:04
发布数372
最新版本名称v4.21.38 (发布于 2020-08-27 12:02:42)
第一版名称v0.0.0-0 (发布于 2018-09-09 18:47:04)
用户参与
星数236
关注者数6
派生数29
提交数1k
已启用问题?
问题数40
打开的问题数10
拉请求数75
打开的拉请求数6
关闭的拉请求数15
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?