vant-react icon indicating copy to clipboard operation
vant-react copied to clipboard

Lightweight 2kb Mobile UI Components built on React and TS, inspired by Vant@https://github.com/youzan/vant

Results 8 vant-react issues
Sort by recently updated
recently updated
newest added

npm ERR! code EINVALIDPACKAGENAME npm ERR! Invalid package name "_@[email protected]@@babel": name cannot start with an underscore; name can only contain URL-friendly characters

如何运行文档 对 ` yarn storybook ` 命令做了下修改,将storybook 的文档自动打开页面关闭,使用新的文档,文档生成在`http://127.0.0.1:4396/#/zh-CN/quickstart`

enhancement
help wanted
question

We are currently managing input state in 2 places, the parent component as well as the input component itself. To keep 1 single source of truth and avoid bugs like...

Excuse me, How to make the `Checkbox` component to callback the parent component `CheckboxGroup`'s function `changed`.

enhancement
question