1.0.1 • Published 7 years ago
@union/react-elements v1.0.1
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-elementsor
npm install @union/react-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...