Including Autocomplete CSS without a package manager? #779
-
The readme says, "If you don't use a package manager, you can use the HTML script element:" This doesn't seem to pull in the CSS for the tool. I've done this and it shows up like the following at the bottom of my page: |
Beta Was this translation helpful? Give feedback.
Answered by
francoischalifour
Oct 19, 2021
Replies: 1 comment 7 replies
-
You need to add this to your <link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@algolia/autocomplete-theme-classic"
/> See documentation. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
tderouin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to add this to your
head
:See documentation.