SelectionList

Use Cases

βœ… Facilitating the selection of items from a list, providing users with options to choose from.

βœ… Allowing users to make multiple selections or single selections based on their needs.

βœ… Enhancing user experience by offering a structured and organized way to browse and choose from available options.

βœ… Supporting various interaction patterns such as checkboxes, radio buttons, or dropdown menus for selecting items.

Not to Use Cases

❌ Avoid using selection lists for non-selection-related content or functionality.

❌ Don't overwhelm users with excessively long lists; consider implementing filtering or categorization to improve usability.

❌ Avoid relying solely on selection lists for complex data input or tasks that require additional context or guidance.

❌ Not suitable for displaying non-selectable content or information that doesn't require user interaction.

Last updated