Skip to content
New issue

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

[Tabs] Add standard variant #14067

Merged

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari commented Jan 2, 2019

Improve the answer for @eddy03 #13980 (comment). So he can do:

const {classes, fullScreen} = this.props

<Tabs variant={fullWidth ? 'fullWidth' : 'standard}

instead of

const {classes, fullScreen} = this.props

<Tabs variant={fullWidth ? 'fullWidth' : null}

@oliviertassinari oliviertassinari added new feature New feature or request component: tabs This is the name of the generic UI component, not the React module! labels Jan 2, 2019
@oliviertassinari oliviertassinari merged commit 0d8e867 into mui:master Jan 3, 2019
@oliviertassinari oliviertassinari deleted the tabs-variant-add-standard branch January 3, 2019 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: tabs This is the name of the generic UI component, not the React module! new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant