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
It would be cool if we can make button similar to what GitHub has.
Maybe we could add :icon-mode prop for this?
:icon-mode
interface Props { iconMode?: Mode } type Mode = | 'neutral' | 'info' | 'success' | 'warning' | 'danger'
The text was updated successfully, but these errors were encountered:
icon-mode
label-mode
feat(button): add icon-mode and label-mode options (#235) (#241)
7c84109
close #235 Co-authored-by: Kia King Ishii <[email protected]>
brc-dd
Successfully merging a pull request may close this issue.
It would be cool if we can make button similar to what GitHub has.
Maybe we could add
:icon-mode
prop for this?The text was updated successfully, but these errors were encountered: