<.tab type="label" name="my_tabs_4">
<.icon name="hero-play" />
Live
</.tab>
<.tab_content class="border-base-300 bg-base-100 p-10">
Tab content 1
</.tab_content>
<.tab type="label" name="my_tabs_4" active>
<.icon name="hero-face-smile" />
Laugh
</.tab>
<.tab_content class="border-base-300 bg-base-100 p-10">
Tab content 2
</.tab_content>
<.tab type="label" name="my_tabs_4">
<.icon name="hero-heart" />
Love
</.tab>
<.tab_content class="border-base-300 bg-base-100 p-10">
Tab content 3
</.tab_content>
|