-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show Palette categories in an accordion #1657
Comments
Design ideas from Jouni, to act as a starting point: <vaadin-details open>
<h4 slot="summary">Header for the content</h4>
<p>The actual content that is hidden/revealed.</p>
</vaadin-details> After that create a grouping element -> accordion. <vaadin-details-group allow-multiple-open>
<vaadin-details>…</vaadin-details>
<vaadin-details>…</vaadin-details>
<vaadin-details>…</vaadin-details>
</vaadin-details-group> |
Note that #1618 was estimated based on previous work in this card. |
Components team ticket on the same issue vaadin/vaadin-core#80 |
Hello there! It looks like this issue hasn't progressed lately. There are so many issues that we just can't deal them all within a reasonable timeframe. There are a few things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):
Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too! |
The issue was automatically closed due to inactivity. If you found some new details please comment on the issue so that maintainers can re-open it. |
According to the UX design the top-level categories should be shown in an accordion.
The text was updated successfully, but these errors were encountered: