File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# <img src =" https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/svg/reactpy-logo-square.svg " align =" left " height =" 45 " /> ReactPy Router
22
33<p >
4- <a href="https://github.com/reactive-python/reactpy-router/actions?query=workflow%3ATest ">
5- <img src="https://github.com/reactive-python/reactpy-router/workflows/Test /badge.svg?event=push ">
4+ <a href="https://github.com/reactive-python/reactpy-router/actions/workflows/test-src.yaml ">
5+ <img src="https://github.com/reactive-python/reactpy-router/actions/ workflows/test-src.yaml /badge.svg">
66 </a>
77 <a href="https://pypi.python.org/pypi/reactpy-router">
88 <img src="https://img.shields.io/pypi/v/reactpy-router.svg?label=PyPI">
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Run the following command to install [`reactpy-router`](https://pypi.org/project
66pip install reactpy-router
77```
88
9- ## Done!
9+ ## Quick Start
1010
11- You're now ready to start building your own ReactPy applications with URL routing.
11+ You're now ready to start building your own ReactPy applications with URL routing. For example...
12+
13+ === "components.py"
14+
15+ ```python
16+ {% include "../examples/python/basic-routing.py" %}
17+ ```
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Here you'll learn the various features of `reactpy-router` and how to use them.
66
77!!! abstract "Note"
88
9- These docs assume you already know the basics of [ReacPy ](https://reactpy.dev).
9+ These docs assume you already know the basics of [ReactPy ](https://reactpy.dev).
1010
1111---
1212
You can’t perform that action at this time.
0 commit comments