文件名称:react-step-wizard:为React构建的现代灵活的步骤向导组件
文件大小:723KB
文件格式:ZIP
更新时间:2024-05-17 23:46:18
JavaScript
React步骤向导
为React构建的灵活的多步向导
试试看!
查看实时示例! 请参见示例源代码:
陈列柜
如果您通过react-step-wizard做出了自己引以为傲的事情,并想向世人展示,请给我发送一条消息,其中包含指向您的项目的链接,我将其添加到README中!
安装
npm install react-step-wizard
导入组件
import StepWizard from "react-step-wizard" ;
JSX语法
只需使用
【文件预览】:
react-step-wizard-master
----.gitignore(113B)
----.babelrc(379B)
----app()
--------components()
--------webpack.config.js(1KB)
--------dist()
--------less()
--------App.js(346B)
--------index.html(447B)
----jest.config.json(105B)
----.eslintrc(577B)
----package.json(3KB)
----package-lock.json(571KB)
----src()
--------index.test.js(9KB)
--------index.js(7KB)
--------__snapshots__()
--------styles.css(281B)
--------animate.custom.css(2KB)
--------index.d.ts(999B)
----webpack.config.js(3KB)
----.nvmrc(7B)
----CONTRIBUTING.md(1KB)
----LICENSE(1KB)
----CHANGELOG.md(2KB)
----_config.yml(26B)
----.github()
--------workflows()
----rollup.config.js(1KB)
----scripts()
--------run.dev.js(245B)
----example.gif(815KB)
----README.md(5KB)
----.npmignore(314B)