Skip to content
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.

Usage and Contributing

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.

Component Documentation

Documentation for all of the existing components can be found here.

Issues

This page describes some potential issues with this pattern that have arisen in the implementation of the component library.

References

Here is a link to an article by Nick Redmark describing the value of using an atomic design pattern.