material-components-web-elm icon indicating copy to clipboard operation
material-components-web-elm copied to clipboard

Tab content

Open fokot opened this issue 3 years ago • 0 comments

This is a question not a bug. How can I make application with Tabs and swipeable content in them? Content takes only label and icon.

type alias Content =
    { label : String
    , icon : Maybe Icon
    } 

But what if I want to do this https://material.io/components/tabs#behavior, look for Swipe within the content area?

fokot avatar Nov 16 '20 16:11 fokot