vant-react
vant-react copied to clipboard
Lightweight 2kb Mobile UI Components built on React and TS, inspired by Vant@https://github.com/youzan/vant
npm安装报错
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`
add action sheet
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`.