ActionSheet is a panel that pops up from the bottom of the page and provides operation actions related to the current scene. This operation generally does not carry data, so there is no need to worry about accidental touch. The cancel operation item is not displayed by default and clicking the mask can close it.
ActionSheet is encapsulated based on Popup. By predefining some Props of Popup, different effects can be achieved by passing Popup's properties. For example, in the example, the radius style is changed by setting the radius of popup.
The actions property of ActionSheet is an array, and each item in the array is an object. The properties of the object refer to Actions Props.
ActionSheet, Picker, and Radio all give data for users to select or perform some operations, but when to use which component?