https://github.com/hemengke1997/tw-clsx
tailwindcss clsx
https://github.com/hemengke1997/tw-clsx
Last synced: about 2 months ago
JSON representation
tailwindcss clsx
- Host: GitHub
- URL: https://github.com/hemengke1997/tw-clsx
- Owner: hemengke1997
- License: mit
- Created: 2024-06-21T03:20:55.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-12-27T09:59:14.000Z (6 months ago)
- Last Synced: 2025-04-19T03:59:01.009Z (about 2 months ago)
- Language: TypeScript
- Size: 184 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tw-clsx
## Usage
```tsx
import { classNames } from 'tw-clsx'classNames('text-center', 'text-2xl', 'text-xl') // ===> 'text-center text-xl'
```