@union/elements
v1.0.11
Published
A UI component library made by Union.
Downloads
9
Readme
Union 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 Elements To Your Project
yarn add @union/elements
or
npm install @union/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...