Geirr Winnem
Geirr Winnem
I really love the concept of the FluentGrid. But i have problem understanding the behaviour. Is it possible to document how it is working with examples so it is easier...
Any plans on fixing the broken build ?
# Expected Behavior Expect that resize Right and Bottom Right is working properly. # Current Behavior Resize Right, Bottom Right resizes in the wrong direction (Left instead of right) ##...
Update functionality so it is possible to resize from the left side of a GridItem
# Expected Behavior I expect not to see the cursor change to resize types when GridItem is not resiable. # Current Behavior Cursor changes to resize type. # Version All...
Add input to test the transformScale property. Dependent on issue: [enhancement issue](https://github.com/gwinnem/vue-responsive-grid-layout/issues/45)
1. Create additional props to handle user input. 2. Add values to layout definition. 3. Update validators for the new props. 4. Update resize functionality to handle this correct.l
Refactor GridItem and GridLayout code into external helpers so it is easier to unit test functionality.