Separator ​

A macOS hairline separator (NSBox .separator). Exposed with the separator role and correct aria-orientation; decorative hides it from assistive technology entirely.

DisplaysWallpaper

Usage ​

vue
<script setup lang="ts">
import { MacSeparator } from '@macvue/core'
</script>

<template>
  <MacSeparator />
</template>

Vertical ​

The vertical separator stretches to its container height.

DayWeekMonth

API ​

Props ​

PropTypeDefault
orientation'horizontal' | 'vertical''horizontal'
decorativebooleanfalse