add: aria seperator orientation

This commit is contained in:
Alan Trebugeais
2026-05-07 11:07:55 +02:00
parent bbe01b91e6
commit dadac61d59
+2
View File
@@ -17,6 +17,8 @@ export function Separator({
}: SeparatorProps) {
return (
<div
role="separator"
aria-orientation={orientation}
className={cn(
"bg-separator",
orientation === "horizontal" ? "h-px w-full" : "w-px h-full",