fixed a typo in dropdown doc (#1235)

This commit is contained in:
Tu Nguyen
2025-07-28 23:29:56 +07:00
committed by GitHub
parent 3c7bb71a59
commit 17ee36175b

View File

@@ -273,10 +273,10 @@ The distance from the panel to the trigger can be customized using the `distance
### Offset
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.
```html {.example}
<wa-dropdown offset="30">
<wa-dropdown skidding="30">
<wa-button slot="trigger" with-caret>Edit</wa-button>
<wa-dropdown-item>Cut</wa-dropdown-item>