@0bie/pattern-lib-react

A collection of reusable UI components

Usage no npm install needed!

<script type="module">
  import 0biePatternLibReact from 'https://cdn.skypack.dev/@0bie/pattern-lib-react';
</script>

README

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';

Documentation

Pattern Library Docs