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
As per material ui design, outline button is accepted design. However I don't find code in material-ui. Please refer https://material.io/design/components/buttons.html#usage
I should be able to use varien="outline" as below <Button variant="outline" color="primary" className={classes.button}> Primary</Button>
<Button variant="outline" color="primary" className={classes.button}> Primary</Button>
Not able to find in document on how to use outline button.
My designer designed outline button and I do not want to write lot of stylesheet to create my own version.
The text was updated successfully, but these errors were encountered:
@dilipkumar2k6 Thanks for raising this point. I'm closing for #11284.
Sorry, something went wrong.
No branches or pull requests
As per material ui design, outline button is accepted design. However I don't find code in material-ui. Please refer https://material.io/design/components/buttons.html#usage
Expected Behavior
I should be able to use varien="outline" as below
<Button variant="outline" color="primary" className={classes.button}> Primary</Button>
Current Behavior
Not able to find in document on how to use outline button.
Steps to Reproduce (for bugs)
Context
My designer designed outline button and I do not want to write lot of stylesheet to create my own version.
Your Environment
The text was updated successfully, but these errors were encountered: