react-look-scope

React-Look extension to create custom scoped classnames


Keywords
react, react-look, look, server-rendering, node
License
ICU
Install
npm install react-look-scope@0.0.2

Documentation

react-look-scope

React-Look extension to create custom scoped classnames.

It prefixes new generated classnames with the scope name.

react-look is a peer-dependency!

Installation

npm install react-look-scope --save

Usage

import {setClassNameScope, getClassNameScope} from 'react-look-scope'

setClassNameScope('myScope')

let scope = getClassNameScope()

scope === 'myScope' // => true

License

MIT