https://github.com/cxa/twx
tailwind-merge + clsx
https://github.com/cxa/twx
Last synced: 4 months ago
JSON representation
tailwind-merge + clsx
- Host: GitHub
- URL: https://github.com/cxa/twx
- Owner: cxa
- License: mit
- Created: 2024-10-27T14:35:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T04:39:55.000Z (over 1 year ago)
- Last Synced: 2025-08-21T11:36:39.138Z (10 months ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twx
Just [clsx](https://www.npmjs.com/package/clsx) + [tailwind-merge](https://github.com/dcastil/tailwind-merge).
``` tsx
import twx from '@cxa/twx'
// or import { $ } from '@cxa/twx' if you like shorthand
hello world
```