https://github.com/axtgr/babel-plugin-transform-tailwind-to-props
Transform Tailwind-like classes to JSX props and objects
https://github.com/axtgr/babel-plugin-transform-tailwind-to-props
Last synced: 6 months ago
JSON representation
Transform Tailwind-like classes to JSX props and objects
- Host: GitHub
- URL: https://github.com/axtgr/babel-plugin-transform-tailwind-to-props
- Owner: axtgr
- License: isc
- Created: 2025-03-04T17:00:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T17:11:15.000Z (over 1 year ago)
- Last Synced: 2025-03-04T18:23:47.380Z (over 1 year ago)
- Language: JavaScript
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
babel-plugin-transform-tailwind-to-props
Transform Tailwind-like classes to JSX props and objects
## Quickstart
```
npm install babel-plugin-transform-tailwind-to-props
```
In `.babelrc` or babel-loader:
```js
{
"plugins": [["babel-plugin-transform-tailwind-to-props", options]]
}
```