A themeable set of React components built for a consistent design system
yarn add fwego
import { Box, Text } from 'fwego'
export default () => {
return (
<Box p={['small', 'large']} bg="primary">
<Text size="medium" weight="bold">
Hello World
</Text>
</Box>
)
}
Install prerequisites node brew install node
& yarn brew install yarn
Install dependencies yarn
Run storybook
yarn storybook
Visit the site https://loopsocial.github.io/fwego
Deploy the storybook site by running yarn deploy-storybook