the-grid icon indicating copy to clipboard operation
the-grid copied to clipboard

Grid layout custom element with drag and drop capabilities

Results 12 the-grid issues
Sort by recently updated
recently updated
newest added

Polymer 3 has just been released. I've run the polymer-modulizer and made the necessary changes to migrate the-grid to Polymer 3.0. The demo is working flawlessly but there's still some...

Now work on Polymer v1

Hi guys, thanks for this great component! Would it be possible tag a minor release that includes some of the more recent cleanup commits, such as the removal of the...

The main reason I would like to remove this custom-styles tag is for performance, it is using polyfills and it is a heavy one to compute. https://www.polymer-project.org/2.0/docs/devguide/style-shadow-dom `You should only...

I am trying to achieve paint sample grid layout but my cell has different heights and need to make height dynamic but in the the-grid component we decide cell height...

two features would be very helpful: 1. When I drop a tile and it overlaps another one - everything moves dynamically to make space for the dropped tile. 2. Make...

enhancement

I added some Custom Events for different purposes. They are all triggered by mutations of the grid children. * Add -> is triggered when children have been added * Remove...

Styling tiles from consuming component works fine with native browsers, but polyfilled browsers do not respect those styles. This PR adds a mixin for slotted `tile` elements which works across...

I'd like to clone tile on drag, such as in a tool pallete. The tile stays in place when dragged, and a copy is cloned to the drop location.

enhancement

Tiles are not displaying correctly in Edge or IE 11. It looks likes there's an issue setting the grid style correctly. See screenshot below: ![image](https://user-images.githubusercontent.com/5838711/32307323-fa77036c-bf4d-11e7-8963-dbf718496d2b.png) My guess is there's something...

bug