Skip to content

WtDivider

Props

PropTypeDefaultCodeDescription
variantstringhorizontal<wt-divider variant="horizontal" />You can pass two option horizontal and vertical

Example Divider

Code
vue
<script setup></script>

<template>
  <wt-divider />
</template>

<style scoped lang="scss"></style>