Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.67 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.67 KB

MacGooey Header

MacGooey

build status npm version npm download total coverage status

Home of the MacGooey Mono Repo.

MacGooey is a collection of components that can be used to quickly build a consistently themed application using reusable components. By extracting components that solve consistent problems across our suite of applications, we can prevent doubling up on components.

Storybook

Coming soon...

Usage

Run npm i -S @macgyver-team/macgooey and then you can import components and use them in your applications.

import { Button } from "@macgyver-team/macgooey";

const MyButton = () => <Button>My Button</Button>;

This project uses