Skip to content

Container

A container lets you center and constrain the width of your content.

Usage

vue
<template>
  <SContainer>
    <Placeholder class="h-32" />
  </SContainer>
</template>

Released under the MIT License.