From 2add23d5d25c3bcadf16c95af5f89dace59ec77f Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 5 Aug 2022 16:13:24 -0400 Subject: [PATCH] add example template --- docs/components/popup.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/docs/components/popup.md b/docs/components/popup.md index c2ca199b9..49cec435a 100644 --- a/docs/components/popup.md +++ b/docs/components/popup.md @@ -100,7 +100,19 @@ A description of the component goes here. ## Examples -### Fixed Positioning Strategy +### Placement + +TODO + +### Distance + +TODO + +### Skidding + +TODO + +### Positioning Strategy By default, an absolute positioning strategy is used. However, if your content is fixed or within a container that has `overflow: auto|hidden`, the popup will be clipped. To work around this, you can switch to the fixed positioning strategy by setting the `strategy` attribute to `fixed`. @@ -108,6 +120,18 @@ The fixed positioning reduces jumpiness when the anchor is fixed and allows the TODO +### Flip + +TODO + +### Shift + +TODO + +### Resize + +TODO + ### Arrows TODO