File tree 15 files changed +21
-21
lines changed
packages/taro-components/types
versioned_docs/version-3.x/components/skyline
15 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: GridBuilder
3
3
sidebar_label : GridBuilder
4
4
---
5
5
6
- 网格构造器,仅支持作为 <scroll-view type =" custom " > 模式的直接子节点,仅 Skyline 支持。
6
+ 网格构造器,仅支持作为 ` <scroll-view type="custom"> ` 模式的直接子节点,仅 Skyline 支持。
7
7
8
8
支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: ListBuilder
3
3
sidebar_label : ListBuilder
4
4
---
5
5
6
- 列表构造器,仅支持作为 <scroll-view type =" custom " > 模式的直接子节点,仅 Skyline 支持。
6
+ 列表构造器,仅支持作为 ` <scroll-view type="custom"> ` 模式的直接子节点,仅 Skyline 支持。
7
7
8
8
支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
9
9
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sidebar_label: NestedScrollBody
4
4
---
5
5
6
6
嵌套 scroll-view 场景中属于里层 scroll-view 的节点,
7
- 仅支持作为 <scroll-view type =" nested " > 模式的直接子节点。
7
+ 仅支持作为 ` <scroll-view type="nested"> ` 模式的直接子节点。
8
8
不支持复数子节点,渲染时会取其第一个子节点来渲染。具体用法可参考 scroll-view
9
9
10
10
支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sidebar_label: NestedScrollHeader
4
4
---
5
5
6
6
嵌套 scroll-view 场景中属于外层 scroll-view 的节点,
7
- 仅支持作为 <scroll-view type =" nested " > 模式的直接子节点。
7
+ 仅支持作为 ` <scroll-view type="nested"> ` 模式的直接子节点。
8
8
不支持复数子节点,渲染时会取其第一个子节点来渲染。具体用法可参考 scroll-view
9
9
10
10
支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ sidebar_label: OpenContainer
4
4
---
5
5
6
6
容器转场动画组件
7
- 点击 < open-container > 组件,当使用 wx.navigateTo 跳转下一页面时,对其子节点和下一个页面进行过渡。
8
- 下个页面从 < open-container > 所在位置大小渐显放大,同时 < open-container > 内容渐隐,过渡效果包含背景色、圆角和阴影。
9
- 源页面 < open-container > 为 closed 状态,转场动画后为 open 状态。
7
+ 点击 OpenContainer 组件,当使用 wx.navigateTo 跳转下一页面时,对其子节点和下一个页面进行过渡。
8
+ 下个页面从 OpenContainer 所在位置大小渐显放大,同时 OpenContainer 内容渐隐,过渡效果包含背景色、圆角和阴影。
9
+ 源页面 OpenContainer 为 closed 状态,转场动画后为 open 状态。
10
10
11
11
支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
12
12
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ interface GridBuilderProps extends StandardProps {
63
63
}
64
64
65
65
/**
66
- * 网格构造器,仅支持作为 <scroll-view type="custom"> 模式的直接子节点,仅 Skyline 支持。
66
+ * 网格构造器,仅支持作为 ` <scroll-view type="custom">` 模式的直接子节点,仅 Skyline 支持。
67
67
* @classification skyline
68
68
* @supported weapp
69
69
* @see https://developers.weixin.qq.com/miniprogram/dev/component/grid-builder.html
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ interface ListBuilderProps extends StandardProps {
46
46
}
47
47
48
48
/**
49
- * 列表构造器,仅支持作为 <scroll-view type="custom"> 模式的直接子节点,仅 Skyline 支持。
49
+ * 列表构造器,仅支持作为 ` <scroll-view type="custom">` 模式的直接子节点,仅 Skyline 支持。
50
50
* @classification skyline
51
51
* @supported weapp
52
52
* @see https://developers.weixin.qq.com/miniprogram/dev/component/list-builder.html
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ interface NestedScrollBodyProps extends StandardProps {}
5
5
6
6
/**
7
7
* 嵌套 scroll-view 场景中属于里层 scroll-view 的节点,
8
- * 仅支持作为 <scroll-view type="nested"> 模式的直接子节点。
8
+ * 仅支持作为 ` <scroll-view type="nested">` 模式的直接子节点。
9
9
* 不支持复数子节点,渲染时会取其第一个子节点来渲染。具体用法可参考 scroll-view
10
10
* @classification skyline
11
11
* @supported weapp
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ interface NestedScrollHeaderProps extends StandardProps {}
5
5
6
6
/**
7
7
* 嵌套 scroll-view 场景中属于外层 scroll-view 的节点,
8
- * 仅支持作为 <scroll-view type="nested"> 模式的直接子节点。
8
+ * 仅支持作为 ` <scroll-view type="nested">` 模式的直接子节点。
9
9
* 不支持复数子节点,渲染时会取其第一个子节点来渲染。具体用法可参考 scroll-view
10
10
* @classification skyline
11
11
* @supported weapp
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ interface OpenContainerProps extends StandardProps {
63
63
64
64
/**
65
65
* 容器转场动画组件
66
- * 点击 <open-container> 组件,当使用 wx.navigateTo 跳转下一页面时,对其子节点和下一个页面进行过渡。
67
- * 下个页面从 <open-container> 所在位置大小渐显放大,同时 <open-container> 内容渐隐,过渡效果包含背景色、圆角和阴影。
68
- * 源页面 <open-container> 为 closed 状态,转场动画后为 open 状态。
66
+ * 点击 OpenContainer 组件,当使用 wx.navigateTo 跳转下一页面时,对其子节点和下一个页面进行过渡。
67
+ * 下个页面从 OpenContainer 所在位置大小渐显放大,同时 OpenContainer 内容渐隐,过渡效果包含背景色、圆角和阴影。
68
+ * 源页面 OpenContainer 为 closed 状态,转场动画后为 open 状态。
69
69
* @classification skyline
70
70
* @supported weapp
71
71
* @see https://developers.weixin.qq.com/miniprogram/dev/component/open-container.html
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: GridBuilder
3
3
sidebar_label : GridBuilder
4
4
---
5
5
6
- 网格构造器,仅支持作为 <scroll-view type =" custom " > 模式的直接子节点,仅 Skyline 支持。
6
+ 网格构造器,仅支持作为 ` <scroll-view type="custom"> ` 模式的直接子节点,仅 Skyline 支持。
7
7
8
8
支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: ListBuilder
3
3
sidebar_label : ListBuilder
4
4
---
5
5
6
- 列表构造器,仅支持作为 <scroll-view type =" custom " > 模式的直接子节点,仅 Skyline 支持。
6
+ 列表构造器,仅支持作为 ` <scroll-view type="custom"> ` 模式的直接子节点,仅 Skyline 支持。
7
7
8
8
支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
9
9
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sidebar_label: NestedScrollBody
4
4
---
5
5
6
6
嵌套 scroll-view 场景中属于里层 scroll-view 的节点,
7
- 仅支持作为 <scroll-view type =" nested " > 模式的直接子节点。
7
+ 仅支持作为 ` <scroll-view type="nested"> ` 模式的直接子节点。
8
8
不支持复数子节点,渲染时会取其第一个子节点来渲染。具体用法可参考 scroll-view
9
9
10
10
支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sidebar_label: NestedScrollHeader
4
4
---
5
5
6
6
嵌套 scroll-view 场景中属于外层 scroll-view 的节点,
7
- 仅支持作为 <scroll-view type =" nested " > 模式的直接子节点。
7
+ 仅支持作为 ` <scroll-view type="nested"> ` 模式的直接子节点。
8
8
不支持复数子节点,渲染时会取其第一个子节点来渲染。具体用法可参考 scroll-view
9
9
10
10
支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ sidebar_label: OpenContainer
4
4
---
5
5
6
6
容器转场动画组件
7
- 点击 < open-container > 组件,当使用 wx.navigateTo 跳转下一页面时,对其子节点和下一个页面进行过渡。
8
- 下个页面从 < open-container > 所在位置大小渐显放大,同时 < open-container > 内容渐隐,过渡效果包含背景色、圆角和阴影。
9
- 源页面 < open-container > 为 closed 状态,转场动画后为 open 状态。
7
+ 点击 OpenContainer 组件,当使用 wx.navigateTo 跳转下一页面时,对其子节点和下一个页面进行过渡。
8
+ 下个页面从 OpenContainer 所在位置大小渐显放大,同时 OpenContainer 内容渐隐,过渡效果包含背景色、圆角和阴影。
9
+ 源页面 OpenContainer 为 closed 状态,转场动画后为 open 状态。
10
10
11
11
支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
12
12
You can’t perform that action at this time.
0 commit comments