GitHunt
JO

joshball/fannypack

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

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


Jake Moxey

๐Ÿ’ป ๐ŸŽจ ๐Ÿ“– ๐Ÿค” ๐Ÿ‘€

Samantha Wong

๐Ÿ’ป ๐Ÿค”

Dave Olsen

๐Ÿ’ป ๐Ÿค” ๐Ÿ‘€

Yiming Tan(Michael)

๐Ÿ’ป

Terence Huynh

๐Ÿ’ป

Daniela Gattoni

๐Ÿ’ป

Haz

๐Ÿ“–

Wez Pyke

๐Ÿ’ป

Robert Gilmore

๐ŸŽจ ๐Ÿค”

Claudia

๐Ÿ’ป

Benjamin Gudehus

๐Ÿ’ป

Adrian Kremer

๐Ÿ’ป ๐Ÿ”Œ

Acknowledgements

Thanks Luke Edwards for handing over the fannypack npm name!

joshball/fannypack | GitHunt