NavContentComponent
Home > @backstage/frontend-plugin-api
> NavContentComponent
A component that renders the nav bar content, to be passed to the NavContentBlueprint.
Signature:
export type NavContentComponent = (props: NavContentComponentProps) => JSX.Element | null;
References: NavContentComponentProps