edisonywh / backoffice

Admin tool built with the PETAL stack
MIT License
217 stars 15 forks source link

Nested links #36

Closed edisonywh closed 3 years ago

edisonywh commented 3 years ago

image

Nice little support for nested links, one thing to improve here is with animations.

I was trying to use one single arrow and then use transform: rotate(180deg) but I need to tie it to the expanded state, and I think Alpine's x-transition directive only works for inserting/removing from DOM, so that didn't work