platform-bible-react
    Preparing search index...

    Function SidebarMenuSubButton

    • 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<HTMLAnchorElement> & AnchorHTMLAttributes<HTMLAnchorElement> & {
            asChild?: boolean;
            isActive?: boolean;
            size?: "sm" | "md";
        }

      Returns Element