diff --git a/src/dropdown/README.md b/src/dropdown/README.md index ad9cc492..72e87d8a 100644 --- a/src/dropdown/README.md +++ b/src/dropdown/README.md @@ -45,6 +45,17 @@ The `vscode-dropdown` component must be used with the `vscode-option` component. ``` +### With Label + +```html + + + Option Label #1 + Option Label #2 + Option Label #3 + +``` + ### Disabled Attribute [Interactive Storybook Example](https://microsoft.github.io/vscode-webview-ui-toolkit/?path=/story/library-dropdown--with-disabled)