Reorder in Ionic2? (with Ionic1?)

Hi. I’m trying to make a grid-layout page which look like bookshelf (e.g. bookshelf).

I hope the item (book) to move and reorder to other position.

But, after searching for it, I found that ion-button-reorder which is available in ionic1 is yet to be implemented in ionic2.

I really want to use the component…

Is it possible to use ionic1 component in ionic2 project?

Thanks for all you in advance.

Best Regards,

Not likely. Angular 1 and Angular 2 (which Ionic 1 and Ionic 2 respectively rely on) are considerably different. It is unlikely you’ll be able to directly use an Ionic 1 element in Ionic 2. You could try making one yourself though.