Skip to content

Separator Component

The Separator component is a reusable horizontal line used to visually separate sections of content.

Purpose and Utility

The Separator component is used to improve the visual structure of the UI by dividing content into distinct sections.

Example Usage

The Separator component is used in the Configuration page to separate form sections:

<template>
  <Separator />
</template>

Notes

  • The Separator component is simple and does not accept any props.
  • It uses SCSS for styling and can be customized globally.