diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc8715f --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +Swipeable tabs for Ionic 2. + +Work in progress, but essentially works. + +``` +npm i --save ionic2-super-tabs +``` + +``` +import { SuperTabsModule } from 'ionic2-super-tabs'; + +@NgModule({ + ... + imports: [ + ... + SuperTabsModule + ], + ... +}) +``` + +``` + + + + + +``` \ No newline at end of file