import { Item } from "@progressiveui/react"
The Item component is a flexible and customizable component to be used inside lists.
Item inside a Sidebar
<Item title="Confirmation of additional lorem ipsum" subtitle="Your subtitle" kind="sidebar" hint={<Tag type="success">Hint</Tag>} image={ <img src="https://via.placeholder.com/40" alt="placeholder" /> } > We would like to inform you that your order has been shipped. You can track your order with the following tracking number: 1234567890 </Item>;
role="listitem" attributearia-selected attribute when the active state is usedaria-disabled attribute when the disabled state is usedTODO: Automatically add the attributes to the component