介绍

用于react技术相关的表单组件

安装

pc&h5

npm install @carefrees/form-utils-react # yarn add @carefrees/form-utils-react # pnpm add @carefrees/form-utils-react

taro

npm install @carefrees/form-utils-react-taro # yarn add @carefrees/form-utils-react-taro # pnpm add @carefrees/form-utils-react-taro

React-Native

npm install @carefrees/form-utils-react-native # yarn add @carefrees/form-utils-react-native # pnpm add @carefrees/form-utils-react-native

区别

react-native和其他的平台的区别在于:

  • react-native不支持display: grid,仅使用display: flex进行布局
  • react-nativestyle类型为StyleProp<ViewStyle>,而不是React.CSSProperties
  • react-native不存在className,只能使用style进行样式的控制

其他

如果想自己封装需要的组件也可以使用@carefrees/form-utils-react-hooks@carefrees/form-utils重新进行封装。