bulma-quickview
bulma-quickview copied to clipboard
Bulma extension to display a QuickView compoment
Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...
The scss file needs to be created and where you load de original sass files. If you could publish this as part of the package ? Would be awesome. then...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.14.1. Changelog Sourced from js-yaml's changelog. [3.14.1] - 2020-12-07 Security Fix possible code execution in (already unsafe) .load() (in &anchor). [3.14.0] - 2020-05-22 Changed Support...
Hi everyone, With Bulma Quickview standalone, I'm trying to import bulmaQuickview in my React.js web application as follows: ``` import React from 'react'; import bulmaQuickview from 'bulma-quickview'; ``` And I...
I'm having issue importing bulma-quickview. I'm using vueJS 2.6.9. If i try to import like below, the sass-loader complains that dependency is not found. ```javascript require('bulma-quickview') ```` If i try...
Thanks for the great extension! I'd like to run some code on quickview:ready (and similarly on show/hide), is this possible? Basically as soon as the quickview:ready is fired I'd like...
It would be great if we can use a button or icon to trigger both, show and dismiss the QuickView. Also dismiss by click on body would be great.