Luuk Lamers

Results 17 comments of Luuk Lamers

I eventually found the full documentation for the vue component (like the props). I can’t remember how I got there but I think it got something to do with screen...

It's a pretty clean workaround so I will try it. But I would prefer just using plain emitters :)

@poulSoul global listeners will be deprecated in Vue 3. Functions like described @marcoelissa don't have this problem. So I will use that for now.

@benjaminroy @rriopel432 Use Babel in Webpack or add polyfill.io to your to automatically fix this only in the browsers that need it if you are not using a build tool.

yeah, column width (3/12) plus one whole gutter width. with a '12 column' grid the column-offset for 3/12 would (1/12 column + 1/12 gutter)*3 On Wed, 8 Mar 2017 at...

Before Jeet I used to ONLY use Less CSS. And in LESS it's pretty easy (if Jeet supported LESS): @column2: column-width(2/12); // 14.1666666667% @gutter: column-gutter(1/12); // 3% .col-sm-offset-3 { margin-left:...

I found this issue too when using the autoplay example but changing it to autoplay 2 sliders. The classes 'hideprevious' and 'shownext' get added to only 1 of the sliders,...

Agreed. Tingle misses some Accessibility enhancements. For example, dialogs/modals/alert pop-ups should trap focus so users can close the modal without having to tab through all the links on the page...

If anyone is still looking for a drop-in replacement for the dynamic modals version (with stackable modals), try [jenesius-vue-modal](https://github.com/Jenesius/vue-modal) We wrote a quick wrapper so if we decide to switch...