JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3791
  • Score
    100M100P100Q119026F
  • License ISC

Javascript package for merge arguments

Package Exports

  • react-style-classes

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-style-classes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

React-style-classes

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

Installation

$ npm install react-style-classes

Usage

var classes = require('react-style-classes');

Example

<div className={ classes("className1", "className2") } />