feat(slider): new swiper component

This commit is contained in:
Max Lynch
2015-08-31 15:55:22 -05:00
parent c6ee245f70
commit dc27c46b81
12 changed files with 4623 additions and 710 deletions

View File

@ -14,6 +14,7 @@ export * from 'ionic/components/item/item-group'
export * from 'ionic/components/form/input'
export * from 'ionic/components/text-input/text-input'
export * from 'ionic/components/form/label'
export * from 'ionic/components/image/image'
export * from 'ionic/components/list/list'
export * from 'ionic/components/show-hide-when/show-hide-when'