A component to display a Ui.ListItem
for the interactive list.
<Ui.InteractiveList.Item onClick={(event : Html.Event) { Ui.Notifications.notifyDefault(<>"Clicked"</>) }} size={Ui.Size.Px(16)} intended={false} selected={false}> "Some content..."</Ui.InteractiveList.Item>
<> <Ui.InteractiveList.Item size={Ui.Size.Px(12)} intended={true}> "Some content..." </Ui.InteractiveList.Item> <Ui.InteractiveList.Item size={Ui.Size.Px(16)} intended={true}> "Some content..." </Ui.InteractiveList.Item> <Ui.InteractiveList.Item size={Ui.Size.Px(20)} intended={true}> "Some content..." </Ui.InteractiveList.Item></>
Mint UI is a design system and component library for building websites, web and desktop applications.