Figma
Star462

Description List

Version 4.2.0GithubStorybookPeer review pending

A Description List is a set or sets of terms and their definitions, or details, used to display data.

yarn add @twilio-paste/description-list - or - yarn add @twilio-paste/core
import {DescriptionList, DescriptionListSet, DescriptionListTerm, DescriptionListDetails} from '@twilio-paste/core/description-list';

const Component = () => (
  <DescriptionList>
    <DescriptionListSet>
      <DescriptionListTerm>Paste</DescriptionList>
      <DescriptionListDetails>A design system used to build accessible, cohesive, and high-quality customer experiences at Twilio.</DescriptionListDetails>
    </DescriptionListSet>
  </DescriptionList>
);

element

Overrides the default element name to apply unique styles with the Customization Provider

Type
string
Default
'DESCRIPTION_LIST'

element

Overrides the default element name to apply unique styles with the Customization Provider

Type
string
Default
'DESCRIPTION_LIST_TERM'

element

Overrides the default element name to apply unique styles with the Customization Provider

Type
string
Default
'DESCRIPTION_LIST_DETAILS'

element

Overrides the default element name to apply unique styles with the Customization Provider

Type
string
Default
'DESCRIPTION_LIST_SET'

To help us improve this site, we use tools that set cookies. The data gathered by these tools is anonymized. If you reject the use of cookies, no analytics service will be initiated.