Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.21 KB

README.md

File metadata and controls

60 lines (44 loc) · 1.21 KB

Ionic 2 Kitchen Sink

An Ionic 2 demo app with all the components.

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.

Installation

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:

Ionic 2 Kitchen Sink in Ionic Lab

Deployment

To deploy the app to real devices, such as Android, iOS or Windows phones, read on the Official Deployment documentation.