# Divider

# Example

type

type: list
type: section

# Source Code

<template>
  <div class="divider-preview">
    <h3>
      type
    </h3>
    <div>type: list</div>
    <c-divider type="list" />
    <div>type: section</div>
    <c-divider type="section" />
  </div>
</template>

<style lang="scss" scoped>
.divider-preview {
  padding: 10px;
  > .divider {
    margin-bottom: 10px;
  }
}
</style>

# slots

...

# props

...

Last Updated: 12/4/2020, 2:17:34 AM