system-classnames
Styled system props for utility-based functional CSS libraries
npm i system-classnames
// example for use with Primer and Reactimport createMapper from 'system-classnames' const map = const Box = <div />
// using the Box component<Box = = ='white' ='blue'/>
Library-specific modules
Mapper modules for Basscss, Tachyons, and Primer are available to use out-of-the box.
import map from 'system-classnames/basscss' const Box = <div />
import map from 'system-classnames/tachyons'
import map from 'system-classnames/primer'
import map from 'system-classnames/bootstrap'
Related
MIT License