We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有些场景下,label 的文字可能很长,如果是国际化,英文就可能更长
在 Form.Item 以及 Field 空间上增加一个类似 flex-direction: row; 这样的属性,比如 item-direction,可选 row 和 column。
可以参考 https://ui.shadcn.com/ 的 form 表单的布局
None
The text was updated successfully, but these errors were encountered:
或者,干脆把 label 提取成一个控件,让用户自由组合,就像 ios 一样,有 UILabel 这个控件。 https://developer.apple.com/documentation/UIKit/UILabel
Sorry, something went wrong.
哦, Flex 控件如果能指定 flex-direction: row 属性,搭配着 Flex 控件就更好了
感觉属性叫 labelPosition 更合适些?
No branches or pull requests
使用示例,包括组件或 Hooks
有些场景下,label 的文字可能很长,如果是国际化,英文就可能更长
解决方案
在 Form.Item 以及 Field 空间上增加一个类似 flex-direction: row; 这样的属性,比如 item-direction,可选 row 和 column。
可以参考 https://ui.shadcn.com/ 的 form 表单的布局
你想为这个功能创建一个 PR 吗
None
The text was updated successfully, but these errors were encountered: