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
每月下载 58 次
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