File tree Expand file tree Collapse file tree
apps/showcase/demo/styled/popover Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ export default function AlignmentDemo() {
4949 < Popover . Portal >
5050 < Popover . Positioner sideOffset = { 12 } side = { side } align = { align } >
5151 < Popover . Popup className = "max-w-72 w-full" >
52+ < Popover . Arrow />
5253 < Popover . Header >
5354 < Popover . Title > Create a New Workspace</ Popover . Title >
5455 < Popover . Close as = { Button } severity = "secondary" variant = "text" size = "small" iconOnly >
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export default function BasicDemo() {
1313 < Popover . Portal >
1414 < Popover . Positioner sideOffset = { 12 } side = "bottom" align = "start" >
1515 < Popover . Popup className = "max-w-72 w-full" >
16+ < Popover . Arrow />
1617 < Popover . Header >
1718 < Popover . Title > Create a New Workspace</ Popover . Title >
1819 < Popover . Close as = { Button } severity = "secondary" variant = "text" size = "small" iconOnly >
@@ -32,7 +33,6 @@ export default function BasicDemo() {
3233 < Button size = "small" > Next</ Button >
3334 </ div >
3435 </ Popover . Footer >
35- < Popover . Arrow />
3636 </ Popover . Popup >
3737 </ Popover . Positioner >
3838 </ Popover . Portal >
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ export default function ControlledDemo() {
1818 < Popover . Portal >
1919 < Popover . Positioner sideOffset = { 12 } >
2020 < Popover . Popup className = "max-w-72 w-full" >
21+ < Popover . Arrow />
2122 < Popover . Header >
2223 < Popover . Title > Create a New Workspace</ Popover . Title >
2324 < Popover . Close as = { Button } severity = "secondary" variant = "text" size = "small" iconOnly >
You can’t perform that action at this time.
0 commit comments