@farmerconnect/farmerconnect-ui
v3.5.5
Published
This project contains the UI components that are shared across multiple front end projects inside of farmer connect. The components are built with React and exposed in a Storybook page under [ui.farmerconnect.com](https://ui.farmerconnect.com) for easy vi
Downloads
142
Keywords
Readme
Introduction
This project contains the UI components that are shared across multiple front end projects inside of farmer connect. The components are built with React and exposed in a Storybook page under ui.farmerconnect.com for easy visualization and usage instructions.
Install
yarn add @farmerconnect/farmerconnect-uiBuild and Test
It's recommended that you build and run it locally with Storybook:
yarn install
yarn storybookThen access it in http://localhost:6006
License
Check the LICENSE file
Contribute
This project uses Github flow and each main build is a release candidate.
To contribute:
- Follow the UI patterns
- Increase the version following semver
- Open a PR (don't forget the tests!)
- PR will go through review process and be merged to master by one of the core developers if approved
- Successful master build will generate a release with your new version and publish a package to npm.
