A collection of unique and not so unique UI components
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.
yarn
and then yarn storybook
from the root directory of the repository.http://localhost:9009/
in your browser.Read the CONTRIBUTING guide for more.