-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Labels
Description
Vote to prioritize: add a 👍 reaction to help the community and maintainers prioritize this issue.
Tell us about your request
The example that is intended to show you how to add custom content to the summary is overly convoluted:
- without further interaction from the user, which involves filling out the form and clicking the continue button, no custom content is visible
- the example sets up three different forms, plus some logic to update the summary when the opened panel changes, which distracts from what you want to figure out: how to set some custom content
I would suggest to simplify this example to just add some static content to the summary, like a text with an icon, and remove the forms. If we want to demonstrate more complex use-cases around accordion, let's move those into a separate section / example.
lkraav and web-padawan