File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# <img src =" https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/svg/reactpy-logo-square.svg " align =" left " height =" 45 " /> ReactPy Router
2
2
3
3
<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">
6
6
</a>
7
7
<a href="https://pypi.python.org/pypi/reactpy-router">
8
8
<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
6
6
pip install reactpy-router
7
7
```
8
8
9
- ## Done!
9
+ ## Quick Start
10
10
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.
6
6
7
7
!!! abstract "Note"
8
8
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).
10
10
11
11
---
12
12
You can’t perform that action at this time.
0 commit comments