ionic-3D-card-carousel icon indicating copy to clipboard operation
ionic-3D-card-carousel copied to clipboard

DEPRECATED Sample project that shows an experimental 3D card carousel in Ionic.

DEPRECATED Ionic-3D-Card-Carousel

Sample project that shows an experimental 3D card carousel in Ionic.

DEPRECATED ⛔: This component is deprecated and no longer supported. If you want to use a new version developed with stencil check the following repository: https://github.com/abritopach/st-3d-card-carousel

  • FrontEnd: Ionic App.

Running

Before you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.

  • Test in localhost:
npm install
ionic serve
  • Test in Android:
ionic cordova add platform android
ionic cordova run android
  • Test in iOS:
ionic cordova add platform ios
ionic cordova run ios

App example

Requirements