@cxa/twx
v0.1.1
Published
clsx + tailwind-merge
Downloads
8
Readme
twx
Just clsx + tailwind-merge.
import twx from '@cxa/twx'
// or import { $ } from '@cxa/twx' if you like shorthand
<div className={twx('text-2xl', cond && 'text-red-500')}>hello world</div>