Skip to contentSkip to navigationSkip to topbar
Paste assistant Assistant
Figma
Star

Card

Version 9.1.0GithubStorybook

A Card is a styled container that groups related content and actions.

Installation

Installation page anchor
yarn add @twilio-paste/card - or - yarn add @twilio-paste/core
import {Card} from '@twilio-paste/core/card';

const Card = () => <Card>Hello world</Card>;

Card

Card page anchor

element

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

Type
any
Default
'CARD'