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
style
<Button size="sm">Small</Button> <Button size="md">Small</Button> <Button size="lg">Small</Button>
md should be the default value
backgroundColor
Discuss with the design team for the pre-defined and default color values
color
Default value white
disabled
Default value is false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The button should have three variants:
The text variant should be the default value
Optional prop
style
having three values: sm, md, lgmd should be the default value
Optional prop
backgroundColor
:Discuss with the design team for the pre-defined and default color values
Optional prop
color
for font color:Default value white
Optional prop
disabled
taking in a bool valueDefault value is false
Add logic for onClick
For reference view MUI Docs for Button Component:
The text was updated successfully, but these errors were encountered: