Skip to content
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

feat: transitions component for slick UI's #940

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maartenbreddels
Copy link
Contributor

@maartenbreddels maartenbreddels commented Dec 20, 2024

Based on Vue's transitions

TODO

@rileythai
Copy link

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.

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.

2 participants