Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/lunchbox/components/Sidebar/setup.ts>iSidebar

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Latest
type alias iSidebar
import { type iSidebar } from "https://deno.land/x/lunchbox@v1.0.2/components/Sidebar/setup.ts";

Properties of the <Sidebar /> island.

definition: iComponent & { sticky: boolean; children: ComponentChildren; fwd: Partial<iSidebarFwd>; }