文件名称:wil-react-sticky:标题、侧边栏、部分列表等的React粘性组件
文件大小:378KB
文件格式:ZIP
更新时间:2024-08-24 18:29:58
JavaScript
将React粘性 用于标题、侧边栏、部分列表等的粘性组件。当侧边栏与其余内容相比太高或太短时很有用。 安装 新产品经理 npm install wil-react-sticky --save 纱 yarn add wil-react-sticky 例子 用法 import React from "react" ; import Sticky from "wil-react-sticky" ; class BasicSticky extends React . Component { render ( ) { return ( < Sticky> < header xss=removed> Header sticky < / header > < / Sticky > ) } 应用程序接口 Struts
【文件预览】:
wil-react-sticky-master
----.eslintrc(6KB)
----example()
--------package.json(540B)
--------src()
--------public()
--------README.md(103KB)
--------yarn.lock(322KB)
----rollup.config.js(880B)
----package.json(3KB)
----tslint.json(6KB)
----.prettierrc(73B)
----dist()
--------closest.d.ts(0B)
--------index.js(20KB)
--------index.js.map(35KB)
--------offset.d.ts(106B)
--------index.es.js(20KB)
--------index.d.ts(2KB)
--------index.es.js.map(35KB)
----src()
--------typings.d.ts(469B)
--------closest.ts(811B)
--------dom.ie.d.ts(75B)
--------index.tsx(10KB)
--------offset.ts(581B)
----tsconfig.test.json(88B)
----tsconfig.json(524B)
----.gitignore(257B)
----.release-it.json(214B)
----README.md(2KB)
----yarn.lock(461KB)
----.eslintignore(715B)
----.editorconfig(147B)
----.vscode()
--------launch.json(435B)
--------settings.json(467B)