项目作者: Zephony

项目描述 :
A collection of unique and not so unique UI components
高级语言: JavaScript
项目地址: git://github.com/Zephony/uncommon-ui.git
创建时间: 2019-11-18T10:26:13Z
项目社区:https://github.com/Zephony/uncommon-ui

开源协议:

下载


uncommon-ui

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.

Getting Started

Documentation

The storybook can be found here.

Contributing

We are still in the early stages of development but you can get setup locally with the following steps.

  1. Make sure you have git, node, and yarn installed.
  2. Clone this repository locally.
  3. Execute yarn and then yarn storybook from the root directory of the repository.
  4. Visit http://localhost:9009/ in your browser.

Read the CONTRIBUTING guide for more.