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.
- Host: GitHub
- URL: https://github.com/codeforafrica/commons-ui
- Owner: CodeForAfrica
- License: gpl-3.0
- Created: 2020-04-01T12:39:43.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T02:05:19.000Z (over 2 years ago)
- Last Synced: 2025-03-11T08:03:27.142Z (about 1 year ago)
- Topics: javascript, material-ui, storybook
- Language: JavaScript
- Homepage: https://codeforafrica.github.io/COMMONS-UI
- Size: 18.2 MB
- Stars: 0
- Watchers: 12
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## COMMONS-UI
[](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)