fannypack

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

Github stars Tracking Chart

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!

Main metrics

Overview
Name With Ownerjxom/fannypack
Primary LanguageTypeScript
Program languageJavaScript (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2018-09-19 00:44:21
Pushed At2021-03-30 13:18:22
Last Commit At2020-07-19 16:57:04
Release Count372
Last Release Namev4.21.38 (Posted on 2020-08-27 12:02:42)
First Release Namev0.0.0-0 (Posted on 2018-09-09 18:47:04)
用户参与
Stargazers Count236
Watchers Count6
Fork Count29
Commits Count1k
Has Issues Enabled
Issues Count40
Issue Open Count10
Pull Requests Count75
Pull Requests Open Count6
Pull Requests Close Count15
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private