4个版本

0.5.27 2023年3月6日
0.5.26 2022年8月20日
0.5.25 2022年8月6日
0.5.24 2022年8月6日

#33 in #convert-html

Download history 11/week @ 2024-07-04 47/week @ 2024-07-25

每月下载 58

MIT 许可证

28KB
580

htr_cli

HTML到React转换的CLI使用

用法

将属性转换为React。


htr transform --html '<div class="something" for="mystuff" tabindex="2" style="color: white; background-color: black">'

转换为React组件。


htr transform --html '<div class="something" for="mystuff" tabindex="2" style="color: white; background-color: black">' --component-name 'Main'

依赖关系

~3MB
~63K SLoC