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.
Coming soon...
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>;
- React
- Styled Components for CSS styling
- Flow for types
- Jest & Enzyme for tests
- Rollup for bundling the UI distributable
- Storybook JS & Webpack for running and building the storybook
- Feather Icons