Uncommon UI aims to be a library of reusable React components that range from simple building blocks to more complex components that are usually only created when the need arises or by crazy people.
This repo is a place of expression and wild ideas that can push the boundaries of UI/UX principles.
The storybook can be found here.
We are still in the early stages of development but you can get setup locally with the following steps.
- Make sure you have git, node, and yarn installed.
- Clone this repository locally.
- Execute
yarn
and thenyarn storybook
from the root directory of the repository. - Visit
http://localhost:9009/
in your browser.
Read the CONTRIBUTING guide for more.