fwego
TypeScript icon, indicating that this package has built-in type declarations

0.22.0 • Public • Published

Fwego UI

A themeable set of React components built for a consistent design system

Install

yarn add fwego

Using

import { Box, Text } from 'fwego'

export default () => {
  return (
    <Box p={['small', 'large']} bg="primary">
      <Text size="medium" weight="bold">
        Hello World
      </Text>
    </Box>
  )
}

Developer Setup

Install prerequisites node brew install node & yarn brew install yarn

Install dependencies yarn

Development

Run storybook

yarn storybook

GitHub Pages

Visit the site https://loopsocial.github.io/fwego

Deploy the storybook site by running yarn deploy-storybook

Readme

Keywords

none

Package Sidebar

Install

npm i fwego

Weekly Downloads

224

Version

0.22.0

License

MIT

Unpacked Size

133 kB

Total Files

44

Last publish

Collaborators

  • waylon_firework
  • jeff.zheng
  • zerofirework
  • rickzhuang
  • linjie-firework
  • jing.chen
  • pista329
  • dwalintukan
  • bnhansn