bulma-collapsible
bulma-collapsible copied to clipboard
Collapsible Extension for Bulma.io - Make any Bulma element collapsible with ease
On Bulma 0.9.3. Installed bulma-collapsible via Yarn. Collapsing does not transition, expanding does work.
Installed extension using instructions from the live demo via npm. Currently not functioning.
The only one that does is the first one. I'm trying to reuse the accordion from the documentation. It doesn't work. None of the others work either, just the first...
Expanded elements become non-responsive due to the height being set to a fixed value. Better would be to store the state of the element style height before it is collapsed...
I followed your instructions to the letter (simple copy and pasting). The following error happened upon performing `npm run start`: `./src/style/style.scss (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/sass-loader/lib/loader.js??ref--6-oneOf-5-3!./src/style/style.scss) !function webpackUniversalModuleDefinition(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.bulmaCollapsible=t():e.bulmaCollapsible=t()}(window,function(){return function(e){var t={};function...
Hi! I want to use this library in my Angular 10 project but the import always fails. It always reports "Could not find a declaration file for module '@creativebulma/bulma-collapsible". Is...
I'm having a strange bug in Chrome where an active collapse container (.is-collapsible.is-active) does not get expanded to the proper height. It's a strange bug because it only happens some...
# Symptoms: Installation happened without hiccup, IDE and autocompletion recognize the differents classses However, event following the [tutorial](https://bulma-collapsible.netlify.app/usage/#collapsible-card) , thing act like a classic in page link (jumps to the...