Skip to content

Commit f1c88e2

Browse files
committed
chore: removing mention of custom overflow button as it is not fully working yet
1 parent 543e6cb commit f1c88e2

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
- **`hide-icons`** – automatically hides icons on items within the overflow popover.
1717
- **Keyboard Navigation:**
1818
Complete keyboard support for menu navigation.
19-
- **Custom Overflow Button:**
20-
Use a custom overflow button by passing a button element with `slot="overflow-button"`.
2119
- **Grouping Items:**
2220
Group items by passing in a layout/container element; grouped items collapse and display together in the overflow popover.
2321

@@ -47,16 +45,6 @@ import '@vaadin-component-factory/vcf-toolbar-layout';
4745
</vcf-toolbar-layout>
4846
```
4947

50-
### Custom Overflow Button
51-
52-
```html
53-
<vcf-toolbar-layout>
54-
<button slot="overflow-button" aria-label="More options">...</button>
55-
<vaadin-button>Button 1</vaadin-button>
56-
<vaadin-button>Button 2</vaadin-button>
57-
</vcf-toolbar-layout>
58-
```
59-
6048
### Reverse Collapse and Debounce Delay
6149

6250
```html
@@ -126,7 +114,7 @@ npm install
126114
npm start
127115
```
128116

129-
A demo page will launch in your browser, showcasing how `<vcf-toolbar-layout>` handles overflow, reverse collapse, custom overflow buttons, theming, grouping, and keyboard navigation.
117+
A demo page will launch in your browser, showcasing how `<vcf-toolbar-layout>` handles overflow, reverse collapse, theming, grouping, and keyboard navigation.
130118

131119
## Contributing
132120

0 commit comments

Comments
 (0)