Skip to main content

Card

Use cases:

  • Container for content
  • Present collections of related information
  • Grouping of content

Example

Card title

At purus lectus quis habitant commodo, cras. Aliquam malesuada velit a tortor. Felis orci tellus netus risus et ultricies augue aliquet.

Test button

Declaration

<rapid-card></rapid-card>

Usage

@customElement({
name: 'my-element',
template: html`
<rapid-card></rapid-card>
`,
})
export class MyElement extends GenesisElement {
}

API

Property and attribute binding examples for Genesis Component syntax. Closing tag omitted.

Attributes

This component doesn't have any attributes.

Properties

This component doesn't have any properties.

Slots

NameDescription
DefaultThe default slot for the card content

Parts

This component doesn't have any parts.

Events fired

This component doesn't fire any events.

Events listened to

This component doesn't listen to any events.