skills/daisyui/components/dock.md
Dock (also know as Bottom navigation or Bottom bar) is a UI element that provides navigation options to the user. Dock sticks to the bottom of the screen
dockdock-labeldock-activedock-xs, dock-sm, dock-md, dock-lg, dock-xl<div class="dock {MODIFIER}">{CONTENT}</div>
where content is a list of buttons:
<button>
<svg>{icon}</svg>
<span class="dock-label">Text</span>
</button>
dock-active class to the button<meta name="viewport" content="viewport-fit=cover"> is required for responsiveness of the dock in iOS