UxListItem

components/ux/ListItem.vue

Horizontal list item with left/right slots, description subtitle, and manage action link.

Ps
Production
5 endpoints configured
Manage
S
Staging
2 endpoints configured
Manage
components/ux/ListItem.vue

Usage

<UxListItem description = "—" :manage = "true" manageTxt = "Manage" :showArrow = "true" :clickable = "true" size = "reg" > Content here </UxListItem>

Props

PropTypeDefaultDescription
descriptionString''Subtitle text
manageBooleantrueShow manage link
manageTxtString'Manage'Manage link text
showArrowBooleantrueShow right arrow
clickableBooleantrueEnable hover styles
sizeString'reg''reg' or other size

Events

EventDescription
manageWhen manage link is clicked

Slots

SlotDescription
leftLeft content (icon, avatar)
defaultTitle text
rightRight content area

Related