Crates.io | htr_cli |
lib.rs | htr_cli |
version | 0.5.27 |
source | src |
created_at | 2022-08-06 14:05:27.908153 |
updated_at | 2023-03-06 15:19:44.629028 |
description | convert html to react fast |
homepage | |
repository | https://github.com/a11ywatch/htr |
max_upload_size | |
id | 639854 |
size | 10,880 |
The CLI usage of the HTML to React transform
Transform props to React.
htr transform --html '<div class="something" for="mystuff" tabindex="2" style="color: white; background-color: black">'
Transform to React component.
htr transform --html '<div class="something" for="mystuff" tabindex="2" style="color: white; background-color: black">' --component-name 'Main'