# Item The Item component provides a flexible container for displaying content with optional metadata and indexing. It's commonly used for lists, schedules, and other content that needs consistent formatting. ### Item Variants Items can be displayed in four variants: with meta and index, with meta only, with meta emphasis levels, or in a simple format. Each variant provides different levels of visual hierarchy and information density. #### With Meta This variant includes a meta section without an index, providing space for optional metadata while maintaining a clean appearance. Team MeetingWeekly team sync-up 9:00 AM - 10:00 AMConfirmed Client PresentationQuarterly review with XYZ Corp 2:00 PM - 3:30 PMTentative Project DeadlineSubmit final deliverables for Project Alpha 11:59 PMImportant Code ReviewReview pull requests for Project Beta 3:30 PM - 4:30 PMHigh Priority Team MeetingWeekly team sync-up 9:00 AM - 10:00 AMConfirmed Client PresentationQuarterly review with XYZ Corp 2:00 PM - 3:30 PMTentative Project DeadlineSubmit final deliverables for Project Alpha 11:59 PMImportant ItemWith Meta
Team Meeting Weekly team sync-up
9:00 AM - 10:00 AM Confirmed
#### With Meta Emphasis Apply `item--emphasis-1`, `item--emphasis-2` or `item--emphasis-3` to progressively darken the meta bar and draw attention. Level 1 is the default styling. Team MeetingWeekly team sync-up 9:00 AM - 10:00 AMConfirmed Client PresentationQuarterly review with XYZ Corp 2:00 PM - 3:30 PMTentative Project DeadlineSubmit final deliverables for Project Alpha 11:59 PMImportant Code ReviewReview pull requests for Project Beta 3:30 PM - 4:30 PMHigh Priority Team MeetingWeekly team sync-up 9:00 AM - 10:00 AMConfirmed Client PresentationQuarterly review with XYZ Corp 2:00 PM - 3:30 PMTentative Project DeadlineSubmit final deliverables for Project Alpha 11:59 PMImportant ItemEmphasis Levels
Team Meeting Weekly team sync-up
9:00 AM - 10:00 AM Confirmed
Client Presentation Quarterly review with XYZ Corp
2:00 PM - 3:30 PM Tentative
Project Deadline Submit final deliverables for Project Alpha
11:59 PM Important
#### With Meta and Index The most detailed variant includes both a meta section and an index number, useful for ordered lists or when additional context is needed. 1 Team MeetingWeekly team sync-up 9:00 AM - 10:00 AMConfirmed 2 Client PresentationQuarterly review with XYZ Corp 2:00 PM - 3:30 PMTentative 3 Project DeadlineSubmit final deliverables for Project Alpha 11:59 PMImportant 4 Code ReviewReview pull requests for Project Beta 3:30 PM - 4:30 PMHigh Priority 1 Team MeetingWeekly team sync-up 9:00 AM - 10:00 AMConfirmed 2 Client PresentationQuarterly review with XYZ Corp 2:00 PM - 3:30 PMTentative 3 Project DeadlineSubmit final deliverables for Project Alpha 11:59 PMImportant ItemWith Meta and Index
1
Team Meeting Weekly team sync-up
9:00 AM - 10:00 AM Confirmed
#### Simple The simplest variant focuses purely on content, ideal for basic lists or when metadata isn't needed. Team MeetingWeekly team sync-up 9:00 AM - 10:00 AMConfirmed Client PresentationQuarterly review with XYZ Corp 2:00 PM - 3:30 PMTentative Project DeadlineSubmit final deliverables for Project Alpha 11:59 PMImportant Code ReviewReview pull requests for Project Beta 3:30 PM - 4:30 PMHigh Priority Team MeetingWeekly team sync-up 9:00 AM - 10:00 AMConfirmed Client PresentationQuarterly review with XYZ Corp 2:00 PM - 3:30 PMTentative Project DeadlineSubmit final deliverables for Project Alpha 11:59 PMImportant ItemSimple
Team Meeting Weekly team sync-up
9:00 AM - 10:00 AM Confirmed
#### With Icon Add an `icon` div between meta and content to display an icon alongside the item. 72°Temperature 12 mphWind Speed 6UV Index SunnyToday Partly CloudyTomorrow RainyWednesday ItemWith Icon
72° Temperature
### List component (deprecated) The `.list` class is deprecated. Prefer a column component, flex column, grid column, or a layout wrapper with a [Gap](/framework/docs/gap) utility instead. The [Overflow](/framework/docs/overflow) engine still supports legacy `.list` for backward compatibility. Previous [Rich Text Display formatted paragraphs with alignment and size variants](/framework/docs/rich_text) Next [Table Create data tables optimized for 1-bit rendering](/framework/docs/table)