themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.61k stars 715 forks source link

import cdn not working #629

Closed lindareddigital closed 1 year ago

lindareddigital commented 1 year ago

i use this drawer component

https://flowbite.com/docs/components/drawer/

it can use before but now fail

anyone can help me?

now version fail

https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.7.0/flowbite.min.js

zoltanszogyenyi commented 1 year ago

Hey,

It takes a few hours for the CDN to update -- does jt work now?

Cheers, Zoltan

lindareddigital commented 1 year ago

Now import CDN need to import next Script like below


import Script from 'next/script';

 <Script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.8.0/flowbite.min.js" />

Not working

<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.8.0/flowbite.min.js"></script>
zoltanszogyenyi commented 1 year ago

I think this might be something that is more of a Next.js issue than the CDN link from Flowbite.