Skip to content

Commit 78da210

Browse files
committed
Fixing relative README links and adding link to demo
1 parent 54bfbef commit 78da210

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
@@ -44,12 +44,14 @@ Done! Now render it wherever you want:
4444

4545
Enjoy your new component!
4646

47-
![Example of the AlertComponent](./alert-example.png)
47+
![Example of the AlertComponent](https://github.com/symfony/ux-twig-component/blob/main/alert-example.png?raw=true)
4848

4949
This brings the familiar "component" system from client-side frameworks
50-
into Symfony. Combine this with [Live Components](../LiveComponent),
50+
into Symfony. Combine this with [Live Components](https://github.com/symfony/ux-live-component),
5151
to create an interactive frontend with automatic, Ajax-powered rendering.
5252

53+
Want a demo? Check out https://github.com/weaverryan/live-demo.
54+
5355
## Installation
5456

5557
Let's get this thing installed! Run:
@@ -271,7 +273,7 @@ method and called that from the template via `this.products`.
271273
This was done because, as a general rule, you should make your components
272274
as _lazy_ as possible and store only the information you need on its
273275
properties (this also helps if you convert your component to a
274-
[live component](../LiveComponent)) later. With this setup, the
276+
[live component](https://github.com/symfony/ux-live-component)) later. With this setup, the
275277
query is only executed if and when the `getProducts()` method
276278
is actually called. This is very similar to the idea of
277279
"computed properties" in frameworks like [Vue](https://v3.vuejs.org/guide/computed.html).

0 commit comments

Comments
 (0)