vpusher / the-grid

Grid layout custom element with drag and drop capabilities
https://www.webcomponents.org/element/vpusher/the-grid
MIT License
129 stars 32 forks source link

Added events for Add, Remove and Initialized #26

Open DarkSideOfMo0n opened 6 years ago

DarkSideOfMo0n commented 6 years ago

I added some Custom Events for different purposes. They are all triggered by mutations of the grid children.

I think its a good idea to let the parent component know that something happen. I guess Custom Event is the right approach since this is not invasiv and the parent component needs to subscribe to this.