Files
backstage/.changeset/nasty-chefs-dream.md
T
2022-03-16 15:10:41 +01:00

545 B

@backstage/plugin-catalog-react
@backstage/plugin-catalog-react
patch

Added CatalogFilterLayout, which replaces FilteredEntityLayout from @backstage/plugin-catalog, as well as FilterContainer and EntityListContainer. It is used like this:

<CatalogFilterLayout>
  <CatalogFilterLayout.Filters>
    {/* filter drawer, for example <EntityTypePicker /> and friends */}
  </CatalogFilterLayout.Filters>
  <CatalogFilterLayout.Content>
    {/* content view, for example a <CatalogTable /> */}
  </CatalogFilterLayout.Content>
</CatalogFilterLayout>