platform-bible-react
    Preparing search index...

    Function SidebarMenuButton

    • 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<HTMLButtonElement> & ButtonHTMLAttributes<HTMLButtonElement> & {
            asChild?: boolean;
            isActive?: boolean;
            tooltip?: string | TooltipContentProps & RefAttributes<HTMLDivElement>;
        } & VariantProps<
            (
                props?: ConfigVariants<{ variant: { default: string; outline: string; }; size: { default: string; sm: string; lg: string; }; }> & ClassProp,
            ) => string,
        >

      Returns Element