An Ionic 2 demo app with all the components.
- Action Sheets
- Alerts
- Badges
- Buttons
- Cards
- Checkbox
- DateTime
- FABs
- Gestures
- Grid
- Icons
- Inputs
- Lists
- Loading
- Menus
- Modals
- Navigation
- Popover
- Radio
- Range
- Searchbar
- Segment
- Selects
- Slides
- Tabs
- Toast
- Toggle
- Toolbar
Learn more about Ionic components at Ionic Components.
To install Ionic 2 Kitchen Sink in your machine, run the following commands below. You may need to install the commands first as documented in the Official Installation.
$ git clone [email protected]:doncadavona/ionic-2-kitchen-sink.git
$ cd ionic-2-kitchen-sink
$ npm install
$ ionic serve
That's it! To quickly see the app run in Android, iOS and Windows phones, run:
$ ionic lab
You'll see:
To deploy the app to real devices, such as Android, iOS or Windows phones, read on the Official Deployment documentation.