Moar
This commit is contained in:
parent
9a7ebc88d1
commit
7bfa34dc55
5 changed files with 2 additions and 120 deletions
|
|
@ -56,7 +56,7 @@ interface SheetContentProps
|
|||
const SheetContent = React.forwardRef<
|
||||
React.ElementRef<typeof SheetPrimitive.Content>,
|
||||
SheetContentProps
|
||||
>(({ side = 'right', className, children, ...props }, ref) => (
|
||||
>(({ side = 'left', className, children, ...props }, ref) => (
|
||||
<SheetPortal>
|
||||
<SheetOverlay />
|
||||
<SheetPrimitive.Content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue