Replies: 2 comments 1 reply
-
Here's a full example of what you need to do to add a new component: https://github.com/EmilStenstrom/django-components?tab=readme-ov-file#use-the-component-in-a-template - Does it make sense? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Basically i forgot to add the directory in my |
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
-
Good afternoon,
Firstly i want to thank the contributors for this great library.
Secondly, following is my issue :
I have declared an anchor component as follow.
I load it in my template as follow (i have set
component_tags
in templates builtin).Now when my page is loaded, the style and javascript are not present.
What did i miss ?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions