glsdown / dash-loading-spinners

Fun and funky spinners for use with Dash apps
https://dash-loading-spinners.sproodlebuzz.co.uk/
MIT License
34 stars 3 forks source link

[FEATURE] Upload to UNPKG #9

Closed cesarqdt closed 9 months ago

cesarqdt commented 10 months ago

Is your feature request related to a problem? Please describe. Thank you for providing the library. We are using this extensible, but we need the app to load the javascripts from a CDN. Most of the plotly extensions we are using are being loaded from UNPKG, but this is the only one that is not present in there and has to be loaded locally, which is not ideal for applications that are accessed worldwide.

Describe the solution you'd like Is it possible to upload this package including the javascripts to unpkg.com? Specifically this one: dash_loading_spinners.v1_0_0m1697818026.min.js. This should be taken care for when the application is run via app = Dash(....., serve_locally = False)

Describe alternatives you've considered Loading the file locally, which is not ideal.

Additional context Add any other context or screenshots about the feature request here.