react-mdc-web icon indicating copy to clipboard operation
react-mdc-web copied to clipboard

Scrolling Tabs

Open kobiak opened this issue 8 years ago • 3 comments

Hi guys,

Anyone successfully included scrolling tabs?

Thanks.

kobiak avatar Aug 21 '17 22:08 kobiak

Hi @kobiak , do you mean "Tab Bar with Scroller" ? https://material-components-web.appspot.com/tabs.html

kradio3 avatar Aug 22 '17 10:08 kradio3

@kradio3 yes.

kobiak avatar Aug 23 '17 01:08 kobiak

@kobiak add a div around tabbar with overflow

.root {
  overflow: scroll;
}

ncrmro avatar Dec 05 '17 18:12 ncrmro