UNPKG

@mozaic-ds/vue

Version:

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

17 lines (10 loc) 508 B
# MContainer The Container component is designed to wrap your page or section content, typically grids or other layout elements. By default, it centers the content with a maximum width to ensure consistent alignment and spacing. ## Props | Name | Description | Type | Default | | --- | --- | --- | --- | | `fluid` | If `true`, the container will take the full width. | `boolean` | - | ## Slots | Name | Description | | --- | --- | | `default` | Use this slot to insert the content of the container. |