question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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: qq 20180519115629 Need I update local material-ui version? And how to update?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
xemasivcommented, May 19, 2018

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. 💯

1reaction
xemasivcommented, May 19, 2018

As of https://material-ui-next.com/getting-started/installation/

Use @material-ui/core instead of material-ui@next

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found