omi/components/select
YunYouJun 3a3d695206 refactor(common): change common/theme.scss to common/scss/theme.scss 2021-09-08 21:26:12 +08:00
..
src refactor(common): change common/theme.scss to common/scss/theme.scss 2021-09-08 21:26:12 +08:00
test feat(@omiu/select): supoort block prop 2021-08-08 08:30:48 +08:00
.gitignore feat(@omiu/select): supoort block prop 2021-08-08 08:30:48 +08:00
README.md feat(@omiu/select): supoort block prop 2021-08-08 08:30:48 +08:00
demo.html feat(@omiu/select): supoort block prop 2021-08-08 08:30:48 +08:00
index.html feat(@omiu/select): supoort block prop 2021-08-08 08:30:48 +08:00
package.json refactor(admin): using i18next 2021-08-31 10:54:16 +08:00
tsconfig.json feat(@omiu/select): supoort block prop 2021-08-08 08:30:48 +08:00
vite.config.ts feat(@omiu/select): supoort block prop 2021-08-08 08:30:48 +08:00

README.md

Select

Select

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