UIContentWrap
UIContentWrap
A wrapper component for content with consistent padding and layout.
<template> <UIContentWrap :padding="24" :maxWidth="1200" :centered="true" > <div class="content"> Your content here </div> </UIContentWrap></template>Props
padding(number | string): Content padding in pixelsmaxWidth(number | string): Maximum content widthcentered(boolean): Center content horizontallybackground(string): Background colorfullHeight(boolean): Expand to full height of container
Slots
default: Content to be wrapped