New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wofh/ui-kit-react

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wofh/ui-kit-react

WOFH UI Kit is a reusable component library that helps WOFH contributors build UIs faster. The goal is to make building durable UIs more productive and satisfying.

  • 0.41.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-96%
Maintainers
1
Weekly downloads
 
Created
Source

Get started

WOFH UI Kit is a reusable component library that helps WOFH contributors build UIs faster. The goal is to make building durable UIs more productive and satisfying.

Install

WOFH UI Kit components are written in React. It requires Storybook version 5.3.18 and up.

Add WOFH UI Kit to your project.

npm install --save @wofh/ui-kit-react

or

yarn add --dev @wofh/ui-kit-react

Use

Import components you want into your UI

import { Button, Avatar } from ‘@wofh/ui-kit-react’;

and use them like so

  const example = () => (
    <div>
      <Button use={'primary'} onClick={() => 0}>Do something</Button>
      <Avatar name={'John Doe'} />
    </div>
  )

Run and develop WOFH UI Kit locally

Clone the WOFH UI Kit GitHub project then start Storybook.

npm install && npm run storybook

or

yarn && yarn storybook

Deploy WOFH UI Kit on Github Pages

Deploy WOFH UI Kit on Github Pages with the following command:

npm run deploy-storybook

or

yarn deploy-storybook

Release/Publish WOFH UI Kit

Create a release on Github and publish WOFH UI Kit on npm with the following command:

npm run release

or

yarn release

You must configure GITHUB_TOKEN environment variable for publishing and releasing to work properly. Obtain a personal github access token (needs repo permission) and make sure the token is available as an environment variable .

export GITHUB_TOKEN="f941e0..."

In macOS or Linux, this can be added to e.g. ~/.profile, so it's available everytime the shell is used.

Keywords

FAQs

Package last updated on 15 Jun 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc