英文:
What npm package can I install to archive exactly going to the next step in React.js
问题
我正在寻找一个在React中可以安装的npm包,以实现与我在截图中看到的内容完全相同的功能。
英文:
I am looking for an npm package in react that I can install to archive something exactly like what am having in the screenshot
答案1
得分: 1
有许多可能性:
组件库:
https://mantine.dev/core/stepper/
https://mui.com/material-ui/react-stepper/
NPM包:
https://www.npmjs.com/package/react-form-stepper
https://www.npmjs.com/package/react-stepper-horizontal
只需搜索React Stepper,您将惊讶于结果。
英文:
Their are a lot of possibilities:
Component libraries:
https://mantine.dev/core/stepper/
https://mui.com/material-ui/react-stepper/
NPM Packages:
https://www.npmjs.com/package/react-form-stepper
https://www.npmjs.com/package/react-stepper-horizontal
Just search for a React Stepper and you will be amazed by the results.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论