0.0.1 • Published 1 year ago

rc-anchor-scroll v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

rc-anchor-scroll

介绍

基于react的锚点滚动组件

特性

  • 支持React
  • 支持TypeScript

安装

yarn add rc-anchor-scroll -S
or
npm add rc-anchor-scroll -S

如何使用

配置项

属性名说明类型必填默认值
containerId容器IDstringfalse'x-anchor-scroll'
initActiveKey初始激活索引numberfalse0
children内容列表any[]truefalse--
className容器样式类名stringfalse--
style容器行内样式React.CSSPropertiesfalse--
contentStyle内容区域行内样式React.CSSPropertiesfalse--
offsetTop滚动偏移量numberfalse0
onChange点击选择的tabFunctionfalse--
navbarPropsnavbar属性ScrollNavbarTypetrue--

预览

移动端
测试图片

PC端
测试图片

License

MIT