omi/components/steps
dntzhang ff34870d70 fix(@omiu/steps): theme color switching 2021-08-10 10:30:31 +08:00
..
src fix(@omiu/steps): theme color switching 2021-08-10 10:30:31 +08:00
test refactor(@omiu/step): rename to steps 2021-08-09 09:43:44 +08:00
.gitignore refactor(@omiu/step): rename to steps 2021-08-09 09:43:44 +08:00
README.md refactor(@omiu/step): rename to steps 2021-08-09 09:43:44 +08:00
demo.html refactor(@omiu/step): rename to steps 2021-08-09 09:43:44 +08:00
index.html refactor(@omiu/step): rename to steps 2021-08-09 09:43:44 +08:00
package.json fix(@omiu/steps): theme color switching 2021-08-10 10:30:31 +08:00
tsconfig.json refactor(@omiu/step): rename to steps 2021-08-09 09:43:44 +08:00
vite.config.ts refactor(@omiu/step): rename to steps 2021-08-09 09:43:44 +08:00

README.md

Steps

Steps

Install

npm i

Dev

npm start

Preview

//html mode demo
http://localhost:3000

//jsx mode demo
http://localhost:3000/demo.html

Release

npm run build