Tailwind UI React
Automatic translation of Tailwind UI components to React
Co to jest Tailwind UI React?
Tailwind UI React to rozszerzenie Chrome opracowane przez Christian Genco, a jego główną funkcją jest „Automatic translation of Tailwind UI components to React”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tailwind UI React
Pobierz pliki rozszerzeń Tailwind UI React w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Tailwind UI React |
ID | binfindfddkgfibeajgkmjioklcgigjn |
Oficjalny URL | https://chromewebstore.google.com/detail/tailwind-ui-react/binfindfddkgfibeajgkmjioklcgigjn |
Opis | Automatic translation of Tailwind UI components to React |
Rozmiar pliku | 376 KB |
Liczba instalacji | 403 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2021-01-04 |
Data Publikacji | 2020-05-24 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | Christian Genco |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://twitter.com/cgenco |
Obsługiwane Języki | 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 } |