UI lists
Lists are structured and organized arrangements of items or information presented in a vertical or horizontal format. They are commonly used to present a series of related items, such as options, features, steps, or data points, in a concise and easy-to-read manner. Lists can be represented as bullet points, numbered items, or in a tabular format, depending on the specific content and design context.
Recommended resources
Courses
UX Design Foundations
Design Terminology
UI Components I
Common Design Patterns
Color Psychology
Accessibility Foundations
Wireframing
UI Components II
Design Composition
Mobile Design
Typography
UX Design Patterns with Checklist Design
HTML Foundations
Enhancing UX Workflow with AI
CSS Foundations
Introduction to Figma
3D Design Foundations
Information Architecture
Apple Human Interface Guidelines
Introduction to Design Audits
Lessons
Tables & Lists Accessibility
Intro to UI Lists
Popular Tags in HTML
HTML Lists
Best Practices for Designing Lists
Exercises
Projects

Settings Page for Mobile App - Lokie App (Dark/ Light Mode)

Bento Grid - SaaS Website Design

Music Sidebar

Disney+ App Redesign

Pricing Page - Health-care Website
FAQs
In design, lists refer to an organized grouping of related items or information presented in a structured format. Lists are commonly used to present content in a concise and scannable manner, making it easier for users to navigate and comprehend information.
Lists are important in design for several reasons:
- Content organization: Lists provide a clear and structured way to organize and present information. They help break down complex content into manageable chunks, making it easier for users to understand and absorb the information.
- Visual hierarchy: Lists allow for the establishment of visual hierarchy, as items within a list can be prioritized or grouped based on their importance or relationship. This helps users quickly identify key points or focus on specific items of interest.
- Readability and scannability: Lists improve readability and scannability, allowing users to easily skim through content and locate specific information. The use of bullet points, numbering, or indentation enhances visual separation between items, aiding comprehension.
- User-friendly experience: By presenting information in a well-structured and organized manner, lists enhance the overall user experience. Users can quickly find relevant details, navigate through content efficiently, and easily reference information later.
Best practices for designing lists include:
- Consistency: Maintain consistency in the styling of lists across your design, ensuring a cohesive look and feel. Consistent bullet or numbering styles, spacing, and indentation create visual harmony.
- Use appropriate list types: Choose the appropriate list type based on the content and its organization. Unordered lists (bullet points) are suitable for items without a specific order, while ordered lists (numbered or alphabetized) are appropriate for items with a sequence or hierarchy.
- Keep items concise: Keep list items concise and to the point. Use brief and clear language to communicate each item, ensuring readability and efficient scanning.
- Visual cues: Use proper indentation, spacing, and typography to visually differentiate list items from surrounding content. Clear visual cues make it easier for users to distinguish the list and understand its structure.
- Consider accessibility: Ensure lists are accessible by using semantic HTML markup and providing alternative text for non-text list markers. Maintain sufficient color contrast between list items and the background for visibility.
Check out our Intro to UI Lists and Lists Best Practices lesson to learn more.