Waldir Pimenta 3bccc1e7e6
Change note to tip in examples.mdx (#3754)
* Change note to tip in examples.mdx

---------

Co-authored-by: Matt Yan <syan4@ualberta.ca>
2025-02-25 23:27:03 +09:00

18 lines
734 B
Plaintext

---
title: 'Examples'
---
The Yew repository contains many [examples] (in various states of maintenance).
We recommend perusing them to get a feel for how to use different features of the framework.
We also welcome Pull Requests and issues for when they inevitably get neglected and need some ♥️
For more details including a list of examples, refer to the [README].
:::tip
Most of the examples have a live deployment that can be found at `https://examples.yew.rs/< example_name >`.
Click the shield on their README page in their respective sub-folder to navigate to the live demo.
:::
[examples]: https://github.com/yewstack/yew/tree/master/examples
[readme]: https://github.com/yewstack/yew/tree/master/examples#yew-examples