Cards Link
Composition variations
Dark theme variations
Defines the style applied on dark mode.
List of arguments for cards link
| Argument | Type | Description | Possible Values |
|---|---|---|---|
| img | string | The URL of the image to be displayed in the card. | — |
| img_size | string | The size name of the image to be used (e.g., 'thumbnail', 'medium', 'large', 'full'). | — |
| title-level | number | The HTML heading level for the card title (e.g., 2-6). | — |
| title | string | The title text of the card. | — |
| href | string | The URL the card links to. | — |
| theme | string | Specifies the theme of the card. | — |
| submenu | boolean | An optional submenu component to be included in the card. | — |
| additional-classes | string | Additional CSS classes for the card. | — |