Skip to content

Commit

Permalink
Refactor to latest APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed May 29, 2024
1 parent 1a32883 commit 9b44445
Show file tree
Hide file tree
Showing 60 changed files with 939 additions and 779 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ export default function UnstyledPopoverIntroduction() {
<Popover.Trigger>
<AnchorButton>Anchor</AnchorButton>
</Popover.Trigger>
<PopoverPopup sideOffset={8}>
Popover
<PopoverArrow />
</PopoverPopup>
<Popover.Positioner sideOffset={8}>
<PopoverPopup>
Popover
<PopoverArrow />
</PopoverPopup>
</Popover.Positioner>
</Popover.Root>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ export default function UnstyledPopoverIntroduction() {
<Popover.Trigger>
<AnchorButton>Anchor</AnchorButton>
</Popover.Trigger>
<PopoverPopup sideOffset={8}>
Popover
<PopoverArrow />
</PopoverPopup>
<Popover.Positioner sideOffset={8}>
<PopoverPopup>
Popover
<PopoverArrow />
</PopoverPopup>
</Popover.Positioner>
</Popover.Root>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
<Popover.Trigger>
<AnchorButton>Anchor</AnchorButton>
</Popover.Trigger>
<PopoverPopup sideOffset={8}>
Popover
<PopoverArrow />
</PopoverPopup>
<Popover.Positioner sideOffset={8}>
<PopoverPopup>
Popover
<PopoverArrow />
</PopoverPopup>
</Popover.Positioner>
</Popover.Root>
Loading

0 comments on commit 9b44445

Please sign in to comment.