Skip to main content

CatalogFilterLayout

Home > @backstage/plugin-catalog-react > CatalogFilterLayout

Signature:

CatalogFilterLayout: {
(props: {
children: ReactNode;
}): import("react/jsx-runtime").JSX.Element;
Filters: (props: {
children: ReactNode;
options?: {
drawerBreakpoint?: "xs" | "sm" | "md" | "lg" | "xl" | number;
drawerAnchor?: "left" | "right" | "top" | "bottom";
};
}) => import("react/jsx-runtime").JSX.Element;
Content: (props: {
children: ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
}