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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?