oceanbase-design
oceanbase-design copied to clipboard
🚀 [Feature]: Support for disabled for all icon components
Describe your use case
<XXXIcon disabled={true} />
Describe the solution you'd like
- Auto set disabled style, like
cursor: not-allowed; color: token.colorTextDisabled. -
onClickdoesn't work anymore.
Describe alternatives you've considered
No response
Additional context
No response