jpsca / jinjax

Server-Side Components with Jinja
https://jinjax.scaletti.dev/
MIT License
233 stars 14 forks source link

Image in documentation is wrong #20

Closed angelellij closed 7 months ago

angelellij commented 8 months ago

The following image contains an error in documentation:

https://jinjax.scaletti.dev/static/img/anatomy-en.png

It says:

 {#css form.css %}
 {#js form.js %}

That throws an error for me. It seems it should be:

 {#css form.css #}
 {#js form.js #}
MorizMensi commented 8 months ago

you are absolutely right. I can confirm this.

MorizMensi commented 8 months ago

Might I reccomend the following replacement? replacement

MorizMensi commented 8 months ago

There is another thing with this:

<Button />

does not work due to the second issue outlined in #19.

jpsca commented 7 months ago

Fixed the image. Thank you https://github.com/jpsca/jinjax/commit/5882642ffaf1193b7d9cb11c3ce8ae1922b41c5e