Open theodcr opened 2 years ago
+1 for me on this.
I also decided to use the dash_trich_components, mainly because of the carousel which is at the moment much more flexible than the one available in dash_bootstrap_components. However, it is not working i.c.w. django-plotly-dash in a Django project. Some errors are popping up that it can't find dash_trich_components and pointing indeed to an non-existent https://unpkg.com/dash_trich_components@1.0.0/dash_trich_components/dash_trich_components.min.js
.
It would be greet if this could be added!
Thanks!
+1 for me on this. We are planning to use dash_trich_components in production and our application is accessible around the globe, for performance we need this to be uploaded to UNPKG.
Hi! Thanks for this project that brings new components to the Dash ecosystem, I love the Carousel!
I would like to use dash-trich-components for a Dash project in production where I prefer to use the unpkg CDN for delivering the JS sources of Dash components. However I noticed that the sources for dash-trich-components are inexistent on unpkg.
Do you plan to publish your components to NPM to make them available on unpkg? Thanks!