Tailwind UI React
Automatic translation of Tailwind UI components to React
什麼是Tailwind UI React?
Tailwind UI React是由Christian Genco開發的Chrome擴展程式,該擴展的主要功能是“Automatic translation of Tailwind UI components to React”。
擴展截圖
下載Tailwind UI React擴展crx文件
下載Tailwind UI React擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Tailwind UI React |
ID | binfindfddkgfibeajgkmjioklcgigjn |
官方網址 | https://chromewebstore.google.com/detail/tailwind-ui-react/binfindfddkgfibeajgkmjioklcgigjn |
簡介 | Automatic translation of Tailwind UI components to React |
檔案大小 | 376 KB |
安裝次數 | 403 |
目前版本 | 1.3 |
更新時間 | 2021-01-04 |
上架時間 | 2020-05-24 |
評分 | 5.00/5 共 7 次評分 |
開發者 | Christian Genco |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://twitter.com/cgenco |
支援的語言 | 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 } |