preact-material-components
Version:
preact wrapper for "Material Components for the web"
15 lines (14 loc) • 370 B
Plain Text
<Tabs className="demo-tabs" icons-with-text={true}>
<Tabs.Tab>
<Icon>favorite</Icon>
<Tabs.TabIconLabel>Heart</Tabs.TabIconLabel>
</Tabs.Tab>
<Tabs.Tab active={true}>
<Icon>done</Icon>
<Tabs.TabIconLabel>Done</Tabs.TabIconLabel>
</Tabs.Tab>
<Tabs.Tab>
<Icon>info</Icon>
<Tabs.TabIconLabel>Info</Tabs.TabIconLabel>
</Tabs.Tab>
</Tabs>