@alicloud/console-base-rc-goto-ends
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@alicloud/console-base-rc-goto-ends

置顶置底按钮。

注意:尽量不要放在 overflow: auto|scroll 的容器下,因为 display: absolute 的元素会受到父容器的滚轴影响,可以在此容器之外套一层,并设置器 position: relativecontainerGotoEnds 放在同一个父容器下。

Usage

import GotoEnds from '@alicloud/console-base-rc-goto-ends';

<GotoEnds {...props} />

props

名词+类型 说明
`container: HTMLElement null;`
`containerInner?: HTMLElement null;`
offsetX?: number; 自定义距离父容器右下角的 x 方向的位移,默认 12
offsetY?: number; 自定义距离父容器右下角的 y 方向的位移,默认 12
onGotoTop?(): void; 点击置顶按钮后的回调
onGotoBottom?(): void; 点击置底按钮后的回调

Readme

Keywords

none

Package Sidebar

Install

npm i @alicloud/console-base-rc-goto-ends

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

54.6 kB

Total Files

117

Last publish

Collaborators

  • jacksontian
  • fengmk2
  • pagecao
  • aliyunsdkteam
  • console-fe