Tailwind UI React
Automatic translation of Tailwind UI components to React
Tailwind UI React क्या है?
Tailwind UI React Christian Genco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic translation of Tailwind UI components to React"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tailwind UI React एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } |