Install: yarn add -D @audentio/utils
(vscode should auto-import most things)
import { classy } from '@audentio/utils/src/classy';
return <div className={classy('one', 4 < 5 && 'two')}>Hello world</div>;
Install: yarn add -D @audentio/utils
(vscode should auto-import most things)
import { classy } from '@audentio/utils/src/classy';
return <div className={classy('one', 4 < 5 && 'two')}>Hello world</div>;
npm i @audentio/utils
0
4.4.2
ISC
129 kB
99