在您的应用中创建导览

时间:2021-06-08 15:31:28
【文件属性】:
文件名称:在您的应用中创建导览
文件大小:224KB
文件格式:ZIP
更新时间:2021-06-08 15:31:28
Miscellaneous React Joyride 为您的应用创建精彩的游览! 向新用户展示您的应用或解释新功能的功能。 它使用 react-floater 进行定位和造型。 您也可以使用自己的组件! 在此处查看演示(或代码和框示例)阅读文档 在我们的 Spectrum 社区中讨论它 设置 npm i react-joyride 入门 从 'react-joyride' 导入 Joyride; export class App extends React.Component { state = { steps: [ { target: '.my-first-step', content: 'This is my awesome feature!', }, { target: '.my-other-step' , content: '这是另一个很棒的功能!', }, ... ] }; 渲染(){ const {步骤} = this.state; 返回 (
【文件预览】:
react-joyride-master
----.gitignore(41B)
----.babelrc(1KB)
----.codesandbox()
--------ci.json(27B)
----.codeclimate.yml(510B)
----.flowconfig(139B)
----.eslintrc(6KB)
----package.json(5KB)
----package-lock.json(686KB)
----src()
--------components()
--------index.js(294B)
--------config()
--------constants()
--------styles.js(4KB)
--------modules()
----.travis.yml(386B)
----jest.config.js(971B)
----CONTRIBUTING.md(1KB)
----LICENSE(1KB)
----types()
--------tslint.json(224B)
--------tsconfig.json(442B)
--------index.d.ts(5KB)
----.github()
--------ISSUE_TEMPLATE()
----rollup.config.js(549B)
----.prettierignore(35B)
----README.md(2KB)
----defs()
--------globals.js(2KB)
----book.json(22B)
----.eslintignore(11B)
----docs()
--------accessibility.md(457B)
--------step.md(2KB)
--------callback.md(2KB)
--------custom-components.md(3KB)
--------props.md(3KB)
--------constants.md(714B)
--------migration.md(1KB)
--------README.md(1KB)
--------styling.md(2KB)
--------SUMMARY.md(270B)
----test()
--------.eslintrc(362B)
--------tours()
--------__setup__()
--------__fixtures__()
--------modules()
----.editorconfig(276B)
----.prettierrc(130B)

网友评论