Tailwind UI React

Automatic translation of Tailwind UI components to React

Hvad er Tailwind UI React?

Tailwind UI React er en Chrome-udvidelse udviklet af Christian Genco, og dens hovedfunktion er "Automatic translation of Tailwind UI components to React".

Udvidelsesskærmbilleder

screenshot

Download Tailwind UI React-udvidelses-CRX-fil

Download Tailwind UI React-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Tailwind UI React Tailwind UI React
ID binfindfddkgfibeajgkmjioklcgigjn
Officiel URL https://chromewebstore.google.com/detail/tailwind-ui-react/binfindfddkgfibeajgkmjioklcgigjn
Beskrivelse Automatic translation of Tailwind UI components to React
Filstørrelse 376 KB
Antal Installationer 403
Nuværende Version 1.3
Senest Opdateret 2021-01-04
Udgivelsesdato 2020-05-24
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler Christian Genco
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://twitter.com/cgenco
Understøttede Sprog 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
}