New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fwego

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fwego

Fwego UI

latest
Source
npmnpm
Version
0.22.0
Version published
Weekly downloads
89
43.55%
Maintainers
3
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 20 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts