Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bwhtdev/rx-colors
- Owner: bwhtdev
- Created: 2024-01-01T23:19:51.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-03T17:41:22.000Z (12 months ago)
- Last Synced: 2024-10-30T01:03:58.391Z (about 2 months ago)
- Topics: radixui, tailwindcss, tailwindcss-plugin
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...
```