1.0.1 • Published 5 years ago

@union/react-elements v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Union React Elements

Security Note
This repo is intentionally private. If this code is to be open-sourced or otherwise shared, please ensure private history, private issue conversations, etc... are not included. Particularly, conversations about content which is bound by an NDA.

A React component library that can be added to your project as an NPM module.

Adding Union React Elements To Your Project

yarn add @union/react-elements

or

npm install @union/react-elements --save
Peer dependencies
  • @babel/runtime: >=7,
  • lodash: >=4,
  • prop-types: >=15,
  • react: >=16.3,
  • react-dom: >=16.3,
  • styled-components: >=4
yarn add @babel/runtime lodash prop-types react react-dom styled-components

Local Development and Storybook Viewing

After installing packages, you can:

  • yarn to install packages.
  • yarn storybook to start Storybook for local development or to view documentation locally.
  • yarn build to create a new build to be published on NPM.

More to come...