leptos/examples/animated_show
2024-04-04 20:11:28 -07:00
..
public feat: create a <AnimatedShow> component (closes #1370) (#1386) 2023-07-23 07:46:47 -04:00
src feat/change: adopt reactive ownership model and drop cx/Scope (#918) 2023-08-21 19:31:37 -04:00
Cargo.toml stable examples change (#2497) 2024-04-04 20:11:28 -07:00
index.html feat: create a <AnimatedShow> component (closes #1370) (#1386) 2023-07-23 07:46:47 -04:00
Makefile.toml build(examples): make it easier to run examples (#1697) 2023-09-12 10:46:16 -04:00
README.md docs: make it easy to see how to run each example in its README (#2085) 2023-11-28 11:47:56 -05:00

Animated Show Example

This is a very simple example of the <AnimatedShow> component.

The <AnimatedShow> component is an extension for the <Show> component and it will not take in a fallback, but it will unmount the component from the DOM after a given duration. This makes it possible to have really easy unmount animations with just CSS.

Getting Started

See the Examples README for setup and run instructions.

Quick Start

Run trunk serve --open to run this example.