Skip to content

Add accordion component#140

Open
clarasb wants to merge 3 commits intomainfrom
clarasb-134-add_accordion_component
Open

Add accordion component#140
clarasb wants to merge 3 commits intomainfrom
clarasb-134-add_accordion_component

Conversation

@clarasb
Copy link
Collaborator

@clarasb clarasb commented Feb 25, 2026

This PR:

  • adds a Accodion component to the mui plugin.
  • adds a demo panel to showcase the component.

Notes:

  • AccordionActions is not supported yet.
  • The current implementation focuses on summary and details of Accordion only.

Closes #134.


Demo Panel I:
grafik

@clarasb clarasb marked this pull request as ready for review February 25, 2026 09:39
@clarasb clarasb requested review from b-yogesh and forman February 25, 2026 09:39
Copy link
Collaborator

@b-yogesh b-yogesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good. Please have a look at my comments.

* Added `size` and removed `variant` property from `IconButton`
component to align with component in chartlets.js. (#124)

* Added (MUI) component `Accordion`. (#134)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you also link Issue #41 and update that issue saying that Accordion is also implemented. Please also update the other changes.md file.

icon="arrow_drop_down",
# expanded=True,
# disabled=True
children=[table],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean we can have multiple children for this component? How does that look like?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add accordion component

2 participants