The EntityList is used to represent lists of entities (entries and assets). This component should be used in combination with the EntityList.Item component. Its main purpose is to be used to entries or assets when in a list context, for example, a multiple entry reference field. It differs from existing EntryCard/AssetCard components as its intended use is for lists of entities, not individual ones.
Import
import { EntityList } from '@contentful/f36-components';
import { EntityList } from '@contentful/f36-entity-list';
Examples
Basic
With drag handle
Props (API reference)
EntityList
EntityList.Item