返回 projects
2024年6月01日
1 分钟阅读

tw-clsx

集成tailwind的clsx库
import { classNames } from 'tw-clsx'

classNames('text-center', 'text-2xl', 'text-xl') // ===> 'text-center text-xl'