How to edit Ionic 2 components?

I want to add navigation buttons in Slide component, which are available in the library Swiper which Slide uses.
I saw the code on Github and I just need to add a div in the Slide component template.

How should I proceed with this? Will I need to fork whole code or something else?