material-ui@next doesn't support OutlinedButton?
See original GitHub issue<Button variant='outlined'>test</Button>
Have no effect.And the Console output a warning! Like:
Need I update local material-ui version? And how to update?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (1 by maintainers)
Top Results From Across the Web
React Button component - Material UI - MUI
Buttons allow users to take actions, and make choices, with a single tap. Buttons communicate actions that users can take. They are typically...
Read more >Material-UI styling the button variant outlined - Stack Overflow
From this component, I'd like to have two variants: contained and outlined. Here is my outlined button. <TheButton variant="outlined" color=" ...
Read more >Implementation of outline button #11342 - mui/material-ui
My designer designed outline button and I do not want to write lot of stylesheet to create my own version. Your Environment. Tech,...
Read more >Material UI button in React - Refine Dev
Outlined Button . Outlined buttons are medium-emphasis buttons that contain actions that are crucial but not the primary action in your app.
Read more >Buttons - Material Design
Don't Avoid using two contained buttons next to one another if they don't have the same fill color. An outlined button next to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Initially, not yet. But as soon as you replace your imports, you might see some breaks in your code since some changes have definitely been made in the recent material-ui package releases.
e.g. Your typography import will now be:
import Typography from '@material-ui/core/Typography';
Nothing much to worry about though, if there were any changes, they are definitely only minor ones. And on top of it, after successfully replacing your imports, you may now confidently use the current documentation without worries. 💯
Use
@material-ui/core
instead ofmaterial-ui@next