We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76c2b5 commit 00c244cCopy full SHA for 00c244c
packages/webawesome/src/components/popup/popup.ts
@@ -56,6 +56,7 @@ const SUPPORTS_POPOVER = globalThis?.HTMLElement?.prototype.hasOwnProperty('popo
56
*
57
* @cssproperty [--arrow-size=6px] - The size of the arrow. Note that an arrow won't be shown unless the `arrow`
58
* attribute is used.
59
+ * @cssproperty [--arrow-border-width] - The width of any custom border applied to the arrow.
60
* @cssproperty [--arrow-color=black] - The color of the arrow.
61
* @cssproperty [--auto-size-available-width] - A read-only custom property that determines the amount of width the
62
* popup can be before overflowing. Useful for positioning child elements that need to overflow. This property is only
0 commit comments