Embedding 3rd party UI Library

Is there a way to embedd a 3rd party UI Library like boostrap? Where to place a tag like the following:
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script
1 Reply
iisakkirotko
iisakkirotko11mo ago
You can use
solara.HTML(tag="script", attributes={"src": "...", ...})
solara.HTML(tag="script", attributes={"src": "...", ...})
Want results from more Discord servers?
Add your server