1.1.3 • Published 7 years ago

react-web-dom v1.1.3

Weekly downloads
7
License
ISC
Repository
github
Last release
7 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

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago