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

https://github.com/wpmudev/sui-react

SUI React library is made up of reusable building blocks of our design system.
https://github.com/wpmudev/sui-react

components components-library components-react design-system incsub monorepo react react-library wordpress wordpress-framework wpmudev

Last synced: 8 days ago
JSON representation

SUI React library is made up of reusable building blocks of our design system.

Awesome Lists containing this project

README

          

# SUI React

[![npm](https://img.shields.io/npm/v/@wpmudev/sui-react?color=blue&style=for-the-badge)](https://www.npmjs.com/package/@wpmudev/sui-react)
[![GitHub package.json version (subfolder of monorepo)](https://img.shields.io/github/package-json/v/wpmudev/sui-react?color=orange&filename=package.json&label=core&style=for-the-badge)](https://github.com/wpmudev/sui-react/)
[![License: GPLv3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?color=green&style=for-the-badge)](http://www.gnu.org/licenses/gpl-3.0)

The SUI React components are user-interface building blocks of our design system. Each component is reusable and specifically developed to work on a WordPress plugin environment with React library.

## Installation
```shell
npm i --save @wpmudev/sui-react
```

> For the installation of any particular package, check the documentation associated with component: [SUI Doc](https://wpmudev.github.io/sui-react/)

## Contributing
See [CONTRIBUTING.md](https://github.com/wpmudev/sui-react/blob/development/CONTRIBUTION.md) for guidelines.

## Releasing
See [RELEASING.md](https://github.com/wpmudev/sui-react/blob/development/RELEASING.md) for guidelines.