vue-split-grid icon indicating copy to clipboard operation
vue-split-grid copied to clipboard

Vue component based on Split Grid

Results 4 vue-split-grid issues
Sort by recently updated
recently updated
newest added

First of all I would like to thank you for this plugin. I'm using split grid for an application that needs to be responsive. To do this I'm listening to...

Is there any way to understand when does the animation end or starts? I need animationend event.

[Link to reproduce](https://codesandbox.io/s/vue-split-grid-basic-example-ertoo) ![ezgif com-gif-maker](https://user-images.githubusercontent.com/7934525/65528777-024b7780-dec3-11e9-8999-80dae754ae4a.gif)

upstream bug

SplitGridGutter.vue checks for ```` gridData.direction === 'vertical' ```` in multiple places, however, SplitGrid.vue's direction prop has a validator requiring it to be either 'row' or 'column': ```` direction: { type:...

bug
discussion