@union/elements
v1.0.11
Published
A UI component library made by Union.
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/elementsor
npm install @union/elements --savePeer 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-componentsLocal Development and Storybook Viewing
After installing packages, you can:
yarnto install packages.yarn storybookto start Storybook for local development or to view documentation locally.yarn buildto create a new build to be published on NPM.
More to come...
