solara icon indicating copy to clipboard operation
solara copied to clipboard

feat: transitions component for slick UI's

Open maartenbreddels opened this issue 1 year ago • 1 comments

Based on Vue's transitions

TODO

  • [ ] add example to pycafe + CI curl test (draft is already at https://py.cafe/solara/transitions )
  • [ ] add howto add transitions

maartenbreddels avatar Dec 20 '24 11:12 maartenbreddels

Do we plan to support structures like this for transitions?

for (i,data) in dataclass.property:
    Component(data=data).key(i) # iteratively generated

where Component is some Solara component that is generated from the dataclass.

Vuetify v2 docs has something similar here. My initial try to implement a parallel format with transition-group failed but I think I had it wrong.

rileythai avatar Feb 27 '25 23:02 rileythai