platform-bible-react
    Preparing search index...

    Function Sidebar

    • Sidebar components providing an accessible sidebar along with all the sub components that can be used to populate and style it. These components are adapted from Shadcn UI.

      Parameters

      • __namedParameters: ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & {
            collapsible?: "none" | "icon" | "offcanvas";
            variant?: "inset" | "sidebar" | "floating";
        }

      Returns Element