-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jake Polatty edited this page Aug 13, 2018
·
4 revisions
Welcome to the react-component-lib wiki!
This project is intended to provide a flexible set of React js components that can be used across different front-end applications such as data upload portals or mapping tools.
This guide describes how to import the component library as an npm package and use the components in another project.
If you wish to contribute additional components to the library, you can view more information about the Storybook UI here.
Documentation for all of the existing components can be found here.
This page describes some potential issues with this pattern that have arisen in the implementation of the component library.
Here is a link to an article by Nick Redmark describing the value of using an atomic design pattern.