UNPKG

@mozaic-ds/vue

Version:

Mozaic-Vue is the Vue.js implementation of ADEO Design system

20 lines (13 loc) 1.02 kB
# MTile A tile is a container component used to group related content and actions within a structured layout. It provides a clickable or static area that can display text, images, icons, or interactive elements. Tiles are commonly used to present key information, navigate to detailed views, or trigger specific actions in dashboards, cards, and grid-based layouts. Their adaptable design allows them to accommodate various content types while maintaining a consistent and organized interface. ## Props | Name | Description | Type | Default | | --- | --- | --- | --- | | `appearance` | Defines the visual style of the tile. | `"inverse"` `"primary"` `"secondary"` | `"primary"` | | `bordered` | Adds a border around the tile. | `boolean` | `true` | ## Slots | Name | Description | | --- | --- | | `default` | Default slot for the main content of the tile. | | `details` | Named slot for additional content shown below the main content. | | `action` | Named slot for action element, such as a button or link. |