We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7bb71 commit 17ee361Copy full SHA for 17ee361
packages/webawesome/docs/docs/components/dropdown.md
@@ -273,10 +273,10 @@ The distance from the panel to the trigger can be customized using the `distance
273
274
### Offset
275
276
-The offset of the panel along the trigger can be customized using the `offset` attribute. This value is specified in pixels.
+The offset of the panel along the trigger can be customized using the `skidding` attribute. This value is specified in pixels.
277
278
```html {.example}
279
-<wa-dropdown offset="30">
+<wa-dropdown skidding="30">
280
<wa-button slot="trigger" with-caret>Edit</wa-button>
281
282
<wa-dropdown-item>Cut</wa-dropdown-item>
0 commit comments