Card

Group related content and actions in a surfaced container.

Card

Default

Pass title and text for common text content. Use the named slots when custom markup is needed; slots take precedence over the matching props.

  • title
  • text
  • buttons
  • interactions
  • img
Code copied

Type 2

Completely change the style of the letter with the property type and the value 2

Code copied

Type 3

Completely change the style of the letter with the property type and the value 3

Code copied

Type 4

Completely change the style of the letter with the type property and the value 4

Code copied

Type 5

Change the style of the letter completely with the type property and the value 5

Code copied

Group

To have a group of scrolling cards you can use the s-card-group component

Code copied

API

PROPS

PropertyTypeValuesDescriptiondefaultExampleMore
titleStringCard title. The title slot takes precedence when both are provided.
textStringCard body text. The text slot takes precedence when both are provided.
typeString12345Change the style of the letter and the position of the internals.
No matching data

SLOTS

PropertyTypeValuesDescriptiondefaultExampleMore
textslotCustomize card body content. Overrides the text prop.
titleslotCustomize card title content. Overrides the title prop.
buttonsslotAdd the buttons to the card in the section determined by the type of card.
interactionsslotAdd the interactions to the card in the section determined by the card type.
imgslotAdd the image or video to the card in the section determined by the type of card.
No matching data
Last Updated: 2026-08-17, 08:33:54