Divider

Reference

base"divider"
String
Base name used to style component

mod-dividerempty string
String
Style of the main divider element

nameempty string
String
Name of the component

variantempty string
String
Active variant of the element mod-* props

Example

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.


It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.

    <template>
  <p>
    Lorem Ipsum is simply dummy text of the printing and typesetting industry.
    Lorem Ipsum has been the industry's standard dummy text ever since the
    1500s, when an unknown printer took a galley of type and scrambled it to
    make a type specimen book.
  </p>
  <v-divider class="my-4" />
  <p>
    It is a long established fact that a reader will be distracted by the
    readable content of a page when looking at its layout. The point of 
    using Lorem Ipsum is that it has a more-or-less normal distribution of
    letters, as opposed to using 'Content here, content here', making it 
    look like readable English. 
  </p>
</template>