Tailwind UI React
Automatic translation of Tailwind UI components to React
Tailwind UI React là gì?
Tailwind UI React là một tiện ích mở rộng Chrome được phát triển bởi Christian Genco, và tính năng chính của nó là "Automatic translation of Tailwind UI components to React".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tailwind UI React
Tải xuống các tệp mở rộng Tailwind UI React dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tailwind UI React |
ID | binfindfddkgfibeajgkmjioklcgigjn |
URL Chính Thức | https://chromewebstore.google.com/detail/tailwind-ui-react/binfindfddkgfibeajgkmjioklcgigjn |
Mô tả | Automatic translation of Tailwind UI components to React |
Kích Thước Tệp | 376 KB |
Số Lần Cài Đặt | 403 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2021-01-04 |
Ngày Phát Hành | 2020-05-24 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Christian Genco |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://twitter.com/cgenco |
Ngôn Ngữ Được Hỗ Trợ | 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 } |