leptos/examples/slots/README.md

12 lines
241 B
Markdown
Raw Normal View History

2023-04-21 18:36:38 +00:00
# Leptos `<Component slot/>` Example
This example shows how to use Slots in Leptos.
## Getting Started
2023-04-21 18:36:38 +00:00
See the [Examples README](../README.md) for setup and run instructions.
## Quick Start
Run `trunk serve --open` to run this example.