Replies: 2 comments 3 replies
-
Related to comments in #832 |
Beta Was this translation helpful? Give feedback.
3 replies
-
This has been requested a number of times. While certain things can be done by using The approach will be to allow users to configure the from starlette import Starlette
from idom import component, html
from idom.backend.starlette import configure, Options
app = Starlette()
@component
def example_app():
...
configure(app, example_app, Options(head=html.head(...))) |
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
-
I dont want to create a div that holds the head that holds the css, i would like a way for me to automatically put it in the head so everything loads normally.
Beta Was this translation helpful? Give feedback.
All reactions