import { html } from '@design.estate/dees-element';
import { injectCssVariables } from '../../00variables.js';
export const demoFunc = () => {
injectCssVariables();
return html`
Bottom Navigation
{
const nav = e.target as any;
nav.activeTab = e.detail.tab;
}}
>
Click tabs to switch between them.
Navigation with Badges
{
const nav = e.target as any;
nav.activeTab = e.detail.tab;
}}
>
Three Tab Navigation
{
const nav = e.target as any;
nav.activeTab = e.detail.tab;
}}
>
`;
};