Replies: 1 comment
-
|
I prefer the capitalization. I is more inline with JSX style syntax which inspired the library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just discovered a similar library for Phoenix (an Elixir web framework) called Phoenix Core Components.
Instead of JinjaX’s “start with an uppercase letter”, they use a dot to differentiate between components calls and html tags.
I like it… maybe is something that jinjaX could also support. Which one do you prefer,
<GradientText>…</GradientText>or<.gradient_text>…</.gradient_text>?Beta Was this translation helpful? Give feedback.
All reactions