Skip to content
Card content
Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet
Lorem ipsum dolor sit amet
Card ⚠️ Experimental
The Card component can be used imported from:
Playground
Parameters
Events
This component has events. Check the documentation about how to use the events.
Name | Payload | Description |
---|---|---|
@click | void |
Slots
This component has slots. Check the documentation about how to use the slots.
Name | Tags | Description |
---|---|---|
default | span | Slot for the card content |
Parameters use
Check the documentation about how to use the parameters.
content
The content
attribute is used to set the content of the card.
The default slot can also be used:
config
The config
attribute is used to set the padding and display of the card.
- The first modifier is used to remove the padding of the card. Setting
slim
as a value will remove the padding.
- The second modifier is used to set the display of the card. Setting
display
as a value will set the display.
Flags
clickable
The clickable
attribute is used to make the card clickable.
Browser support
Detected engine:
Chromium
Webkit
Gecko
CodeSandbox example
Sorry, not available yet ☹️