Tailwind UI React

Automatic translation of Tailwind UI components to React

Was ist Tailwind UI React?

Tailwind UI React ist eine Chrome-Erweiterung, die von Christian Genco entwickelt wurde, und ihr Hauptmerkmal ist "Automatic translation of Tailwind UI components to React".

Erweiterungsscreenshots

screenshot

Tailwind UI React-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tailwind UI React-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tailwind UI React Tailwind UI React
ID binfindfddkgfibeajgkmjioklcgigjn
Offizielle URL https://chromewebstore.google.com/detail/tailwind-ui-react/binfindfddkgfibeajgkmjioklcgigjn
Beschreibung Automatic translation of Tailwind UI components to React
Dateigröße 376 KB
Installationsanzahl 403
Aktuelle Version 1.3
Letztes Update 2021-01-04
Veröffentlichungsdatum 2020-05-24
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Christian Genco
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://twitter.com/cgenco
Unterstützte Sprachen 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
}