google / mesop

Rapidly build AI apps in Python
https://google.github.io/mesop/
Apache License 2.0
5.64k stars 270 forks source link

Add expansion panel component. #1089

Closed richard-to closed 2 weeks ago

richard-to commented 2 weeks ago

Also adds support for the accordion component which uses multiple grouped expansion panels.

The accordion behavior needs to be manually implemented through event handlers on the expansion panels.

Closes #1081