吸顶 tabs
npm install @gaopeng123/scroll-navscroll-nav> TODO: 吸顶导航
>
> 在线demo
| 参数 | 说明 | 类型 | 默认值 |
| ---------------------------------------- | --------------------------- | ------------------------------------------------------------ | ------------------------------------------------ |
| primary-color | 主色 | string | #387af6 |
| text-color
--text-color | 字体颜色 | string | #000000 |
| background-color
--background-color | 背景色 | string | #ffffff |
| items | 导航数据 | type ScrollNavItem = { label: string, value: string, }
Array
如果value为数字,则会拼接nav-value作为id |
| scroll-dom | 滚动条dom的id/class/tagName | string; #id, .class-name,div | body |
``
``