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

https://github.com/kontentino/react-style-classes

Javascript package for merge arguments of component style classnames or merge another arguments.
https://github.com/kontentino/react-style-classes

classes classnames es6 es6-javascript javascript react reactjs style stylesheets ui

Last synced: about 1 year ago
JSON representation

Javascript package for merge arguments of component style classnames or merge another arguments.

Awesome Lists containing this project

README

          

![Kontentino - Making social media a piece of cake](https://static.kontentino.com/img/logo/logo.svg)

# react-style-classes by [Kontentino](https://www.kontentino.com/)

[![](https://github.com/kontentino/react-style-classes/workflows/Test/badge.svg)](https://github.com/kontentino/react-style-classes/actions)
[![npm](https://img.shields.io/npm/v/react-style-classes?style=plastic)](https://www.npmjs.com/package/react-style-classes)
[![NPM](https://img.shields.io/npm/l/react-style-classes)](https://github.com/kontentino/react-style-classes/blob/master/LICENSE)

Javascript package for merge arguments of component style classnames or merge another arguments.

## Installation
`$ npm install react-style-classes`
or
`$ yarn add react-style-classes`

## Usage
```javascript
import classes from 'react-style-classes';
```

### Example
```javascript


```
or use CSS modules
```javascript

```

or even use Array
```javascript


```

#### Automatically filters boolean values
```javascript


```