When implementing those user stories for the app, we already use many Ionic built-in components. There are still some Ionic components that are useful but not included in the app. We are going to discuss several important components, including action sheet, popover, slides, tabs, modal, and menu. After reading this chapter, you should know how to use these components.
Action Sheet
An action sheet is a special kind of dialog that lets user choose from a group of options. It’s like the component ion-alert we mentioned before, but only buttons are allowed in an action sheet. ...