When implementing these user stories for the app, we already use many Ionic built-in components. There are still some Ionic components that are useful but not used in the app. We are going to discuss several important components.
Action Sheet
An action sheet is a special kind of dialog that lets a user choose from a group of options. It’s like the alert component we mentioned before, but only buttons are allowed in an action sheet. It can also be used as menus. An action sheet contains an array of buttons. There are three kinds of buttons in action sheets: destructive, normal, or ...