8000 GitHub - jxom/fannypack at 4.12.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

jxom/fannypack

Repository files navigation

Fannypack

All Contributors Build Status NPM

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!

About

[UNMAINTAINED] An accessible-focused, themeable, friendly React UI Kit.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 12

0