Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bwhtdev/rx-colors

A Tiny/Standalone Radix UI Colors Plugin for Tailwind CSS
https://github.com/bwhtdev/rx-colors

radixui tailwindcss tailwindcss-plugin

Last synced: about 1 month ago
JSON representation

A Tiny/Standalone Radix UI Colors Plugin for Tailwind CSS

Awesome Lists containing this project

README

        

# RX-Colors
### Tiny/Standalone Radix UI Color like plugin for TailwindCSS
(Can run with just the TailwindCSS CLI or without NPM installed)

Clone in directory and add plugin to tailwind.config.js:
```js
...
plugins: [
require('./rx-colors')
]
...
```

To use just add classes as follows:
```

Text here...


```