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
Describe the solution you'd like 現在 UI 元件有 className 如果能有選擇性的 id 會更好。
className
id
Additional context 原生的 React UI 元件通常會有 id, className 和 children 。
children
The text was updated successfully, but these errors were encountered:
應該已經可以把id props pass 下去了 what else do we need?
Sorry, something went wrong.
還有 style ,看來可以參考看看: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts#L1743
style
如果是 extends from BoxProps or straight from sc I think it should be fine 有些舊的component: Menu.. 要改一下props types
No branches or pull requests
Describe the solution you'd like
現在 UI 元件有
className
如果能有選擇性的id
會更好。Additional context
原生的 React UI 元件通常會有
id
,className
和children
。The text was updated successfully, but these errors were encountered: