Edit Profile

Dark Mode

Copy config

Copy and paste the following code into your global.css file to apply the styles.

DISCLAIMER: This component is in
Beta
status. That means that it is ready for production, but the API might change.

Separator

A separator separates and distinguishes sections of content or groups of menuitems

Qwik UI Headless

Accessible, Unstyled Qwik UI Components

  • Introduction
  • Installation
  • Contributing
  • Qwik UI's Separator implementation follows WAI-Aria separator role requirements. This separator is static and should not be used for interactivity.

    ✨ Features
    • Supports both horizontal and vertical orientation

    API

    PropTypeDescription
    orientation
    enum

    The orientation of the separator. Defaults to horizontal.

    decorative
    boolean

    Indicates that the element is purely decorative and should not be included in the accessibility tree.