Skip to content

Commit 3b6f0fc

Browse files
committed
Fixing relative README links and adding link to demo
1 parent c5294eb commit 3b6f0fc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**EXPERIMENTAL** This component is currently experimental and is
44
likely to change, or even change drastically.
55

6-
Live components work with the [TwigComponent](../TwigComponent)
6+
Live components work with the [TwigComponent](https://github.com/symfony/ux-twig-component)
77
library to give you the power to automatically update your
88
Twig components on the frontend as the user interacts with them.
99
Inspired by [Livewire](https://laravel-livewire.com/) and
@@ -62,6 +62,8 @@ class ProductSearchComponent implements LiveComponentInterface
6262
As a user types into the box, the component will automatically
6363
re-render and show the new results!
6464

65+
Want a demo? Check out https://github.com/weaverryan/live-demo.
66+
6567
## Installation
6668

6769
Let's get started! Install the library with:
@@ -94,7 +96,7 @@ That's it! We're ready!
9496

9597
## Making your Component "Live"
9698

97-
If you haven't already, check out the [Twig Component](../TwigComponent)
99+
If you haven't already, check out the [Twig Component](https://github.com/symfony/ux-twig-component)
98100
documentation to get the basics of Twig components.
99101

100102
Suppose you've already built a basic Twig component:
@@ -220,7 +222,7 @@ be set when rendering. Most properties will be LiveProps, with
220222
common exceptions being properties that hold services (these don't
221223
need to be stateful because they will be autowired each time before
222224
the component is rendered) and
223-
[properties used for computed properties](../TwigComponent/README.md#computed-properties).
225+
[properties used for computed properties](https://github.com/symfony/ux-twig-component/blob/main/README.md#computed-properties).
224226

225227
## data-action="live#update": Re-rendering on LiveProp Change
226228

0 commit comments

Comments
 (0)