1.0.0 • Published 6 years ago
@0bie/pattern-lib-react v1.0.0
Pattern Library
A collection of reusable UI components.
The purpose of this project is to enhance the client-side development process by providing a core base of reusable code (components).
This project is based on pattern-lib. Components have been rewritten in ReactJS.
Usage
To use a component in your project import it as a named module.
import {Accordion} from 'pattern-lib-react';