Action Sheet React Component
Action Sheet is a slide-up pane for presenting the user with a set of alternatives for how to proceed with a given task. You can also use action sheets to prompt the user to confirm a potentially dangerous action. The action sheet contains an optional title and one or more buttons, each of which corresponds to an action to take.
There are following components included:
ActionsGroup
/F7ActionsGroup
- action sheet buttons group- /
F7ActionsButton
- action sheet button ActionsLabel
/F7ActionsLabel
- action sheet label
Action Sheet Properties
Action Sheet Events
- by passing
true
orfalse
to itsopened
prop
Access To Action Sheet Instance
You can access Action Sheet initialized instance by accessing component’s property.