mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 23:05:49 +00:00
add: aria seperator orientation
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user