
We can use Toast for debugging purpose as well.

It provides a simple feedback about an operation in a small popup without interrupting the application. Present a list of actions to perform inside one of your viewsįor more information, Check out the API docs.Toast is a transient notification that stays visible for a few seconds before fading out.Select a commonly used tool or configuration.Popovers provide an easy way to present or gather information from the user and are commonly used in the following situations: The Popover is a view that floats above an app’s content. Take a look at the Tabs docs for more info on how to easily achieve this. To use the App Store app on iOS as an example, we can easily navigate to the AppDetailPage that shows info about a specific app from any tab (try it yourself to see!). Unlike traditional routing systems, Ionic’s navigation makes it easy to navigate to a given Page from anywhere in the app without specifying a specific route to it. Navigation can be nested and used inside of complex components like Tabs. When it is triggered, the rest of the page darkens to give more focus to the Action Sheet options.įor more information, Check out the API docs. The Action Sheet always appears above any other components on the page, and must be dismissed in order to interact with the underlying content.

Action Sheets can sometimes be used as an alternative to menus, however, they should not be used for navigation. Action SheetsĪction Sheets slide up from the bottom edge of the device screen, and display a set of options with the ability to confirm or cancel an action. Once you’re familiar with the basics, head over to the API docs for ideas on how to customize each component.

Check out the examples below to see what each component looks like and to learn how to use each one. Ionic comes with a number of components, including modals, popups, and cards. Components allow you to quickly construct an interface for your app. Ionic apps are made of high-level building blocks called components.

