An action sheet prompts two or more choices related to the current context.
As known in iOS as Action Sheets
<aside>
<img src="/icons/info-alternate_gray.svg" alt="/icons/info-alternate_gray.svg" width="40px" /> Action sheets in Nucleus are only Auto Layout Components that consists of List
Component
</aside>
Examples
Best Practices
- Keep the action sheet clean and simple, using clear and concise language to describe the available actions.
- Follow platform-specific guidelines (iOS or Material Design) for the placement of the action sheet, such as bottom or center alignment.
- Use descriptive and action-oriented labels for the buttons, making it easy for users to understand the purpose of each action.
- Arrange the actions in order of importance, with the most frequently used or primary action placed prominently.
- Differentiate the primary action visually, such as using a different color or style, to draw attention and distinguish it from secondary actions.
- Consider using icons to enhance the visual representation of each action, helping users quickly recognize the purpose of the action.