1.1.3 • Published 5 years ago

react-web-dom v1.1.3

Weekly downloads
7
License
ISC
Repository
github
Last release
5 years ago

react-web-dom

this is react-web flex dom

View

使用flex布局,模拟react-nativeView组件

Props

PropDescriptionTypeDefault
style样式object{}
className类名stringundefined

ScrollView

使用flex布局,模拟react-nativeScrollView组件

Props

PropDescriptionTypeDefault
style样式object{}
className类名stringundefined
blockif true 使用 block布局booleanfalse

Methods

  • scrollTopTo (number): 滚动到指定高度
  • getLayout (undefined): 返回组件布局数据{height,width,offsetHeight,scrollTop}

ViewMax

使用flex布局,并且获取当前窗体的最大宽度和高度来布局,一般用于最外层容器

Props

PropDescriptionTypeDefault
style样式object{}
className类名stringundefined

Text

模拟react-nativeText组件,使用span布局

Props

PropDescriptionTypeDefault
style样式object{}
className类名stringundefined
1.1.3

5 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago