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.
- Host: GitHub
- URL: https://github.com/kontentino/react-style-classes
- Owner: kontentino
- License: mit
- Created: 2019-10-29T10:24:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:05:54.000Z (over 3 years ago)
- Last Synced: 2025-04-03T12:03:11.443Z (over 1 year ago)
- Topics: classes, classnames, es6, es6-javascript, javascript, react, reactjs, style, stylesheets, ui
- Language: JavaScript
- Homepage:
- Size: 245 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# react-style-classes by [Kontentino](https://www.kontentino.com/)
[](https://github.com/kontentino/react-style-classes/actions)
[](https://www.npmjs.com/package/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
```