Tailwind UI React

Automatic translation of Tailwind UI components to React

What is Tailwind UI React?

Tailwind UI React is a Chrome extension developed by Christian Genco, and its main feature is "Automatic translation of Tailwind UI components to React".

Extension Screenshots

screenshot

Download Tailwind UI React Extension CRX File

Download Tailwind UI React extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Change the "code" tab of Tailwind UI to show React JSX instead of HTML.

This auto-generated component automatically swaps `class` to `className`, sets up animated transitions, replaces HTML comments with JSX comments, and about 20 other little jobs.                    

Extension Basic Information

Name Tailwind UI React Tailwind UI React
ID binfindfddkgfibeajgkmjioklcgigjn
Official URL https://chromewebstore.google.com/detail/tailwind-ui-react/binfindfddkgfibeajgkmjioklcgigjn
Description Automatic translation of Tailwind UI components to React
File Size 376 KB
Installation Count 403
Current Version 1.3
Last Updated 2021-01-04
Publish Date 2020-05-24
Rating 5.00/5 Total 7 Ratings
Developer Christian Genco
Email [email protected]
Payment Type free
Help Page URL https://twitter.com/cgenco
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tailwind UI React",
    "version": "1.3",
    "description": "Automatic translation of Tailwind UI components to React",
    "permissions": [
        "https:\/\/tailwindui.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tailwindui.com\/*"
            ],
            "js": [
                "prism.min.js",
                "prism-jsx.min.js",
                "main.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}