Socket
Book a DemoInstallSign in
Socket

@contentful/f36-entity-list

Package Overview
Dependencies
Maintainers
4
Versions
342
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/f36-entity-list

Forma 36: EntityList component

latest
Source
npmnpm
Version
5.5.0
Version published
Weekly downloads
34K
-2.18%
Maintainers
4
Weekly downloads
 
Created
Source

title: 'EntityList' type: 'component' status: 'stable' slug: /components/entity-list/ github: 'https://github.com/contentful/forma-36/tree/main/packages/components/entity-list' storybook: 'https://f36-storybook.contentful.com/?path=/story/components-entity-list--default' typescript: ./src/EntityList.tsx,./src/EntityListItem/EntityListItem.tsx

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';
// or
import { EntityList } from '@contentful/f36-entity-list';

Examples

Basic

With actions menu

With drag handle

Props (API reference)

EntityList

EntityList.Item

FAQs

Package last updated on 23 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts