An open API service indexing awesome lists of open source software.

https://github.com/hemengke1997/tw-clsx

tailwindcss clsx
https://github.com/hemengke1997/tw-clsx

Last synced: about 2 months ago
JSON representation

tailwindcss clsx

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'
```