An open API service indexing awesome lists of open source software.

https://github.com/codeforafrica/commons-ui

This library packages React components used to develop various UIs.
https://github.com/codeforafrica/commons-ui

javascript material-ui storybook

Last synced: about 1 year ago
JSON representation

This library packages React components used to develop various UIs.

Awesome Lists containing this project

README

          

## COMMONS-UI

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

This library packages React components used to develop various UIs.

---

## Style Guidelines

This project will be primarily using [airbnb react](https://github.com/airbnb/javascript/tree/master/react) and [material-ui](https://material-ui.com/) as our main style guides when implementing components.This is to create code consistency and readability.

# Storybook

Storybook is an open-source tool that provides a sandbox to develop and visualize components in isolation. See the [Storybook site](https://storybook.js.org/) for more information about the tool.

COMMONS-UI uses Storybook to view and work with the UI components developed in the COMMONS-UI packages.

Run locally in your development environment running: `yarn start` from the top-level Gutenberg directory.

---

## [License](https://github.com/CodeForAfrica/COMMONS-UI/blob/master/LICENSE.md)