@@ -1,2 +1,2 @@
|
|||||||
export { default as TransitionChild } from "./TransitionChildWrapper.svelte";
|
export { default as TransitionChild } from "./TransitionChildWrapper.svelte";
|
||||||
export { default as Transition } from "./TransitionRoot.svelte";
|
export { default as Transition, default as TransitionRoot } from "./TransitionRoot.svelte";
|
||||||
|
|||||||
@@ -194,6 +194,8 @@ This is useful if you want something to transition in on initial page load, or w
|
|||||||
|
|
||||||
### Transition
|
### Transition
|
||||||
|
|
||||||
|
This component is also exported as `TransitionRoot`, to maintain compatibility with some Tailwind UI snippets.
|
||||||
|
|
||||||
| Prop | Default | Type | Description |
|
| Prop | Default | Type | Description |
|
||||||
| ----------- | ------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
|
| ----------- | ------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `show` | -- | `boolean` | Whether the children should be shown or hidden |
|
| `show` | -- | `boolean` | Whether the children should be shown or hidden |
|
||||||
|
|||||||
Reference in New Issue
Block a user