bulma-extensions icon indicating copy to clipboard operation
bulma-extensions copied to clipboard

Carousel doesn't work on using node_modules carousel.min.js

Open frk93 opened this issue 6 years ago • 2 comments

Hi, It seems that the carousel doesn't seems to work with the js included in the npm version npm i bulma-extensions.

When ever i tried to add the js file from modules from one of youe method it doesn't seems to work <script type="text/javascript" src="/node_modules/bulma-extensions/bulma-carousel/dist/bulma-carousel.min.js"></script>

but when i used this tag from CDN it works fine <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bulma-carousel.min.js"></script>

Can you look into it?

frk93 avatar Jan 12 '19 01:01 frk93

Hi @frk93,

I'll look into it.

Wikiki avatar Jan 23 '19 21:01 Wikiki

Hi,

please try to add js folder path within your firdt try path:

<script type="text/javascript" src="/node_modules/bulma-extensions/bulma-carousel/dist/js/bulma-carousel.min.js"></script>

Wikiki avatar Feb 18 '19 17:02 Wikiki