Files
headlessui/packages/@headlessui-vue/examples
Robin Malfait 4942928db1 Improve transition naming (#331)
* rename Transition to TransitionRoot

This will allow us to write it as:

- TransitionRoot
- TransitionChild

This has the added benefit that it doesn't collide with the internal
Transition component from Vue itself.

* alias Transition.Root to Transition

This allows us to write:

- Transition.Root
- Transition.Child

If you have a standalone Transition, then you can still use <Transition /> as is.

* drop unusued import

* update changelog
2021-04-13 19:01:07 +02:00
..
2020-09-16 18:19:54 +02:00
2021-04-13 19:01:07 +02:00
2020-09-16 18:19:54 +02:00