import { html } from '@design.estate/dees-element'; import { injectCssVariables } from '../../00variables.js'; export const demoFunc = () => { injectCssVariables(); return html`

Bottom Navigation

Click tabs to switch between them.

Navigation with Badges

Three Tab Navigation

`; };