-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(NcListItem
): introduce 'details' slot
#5146
Conversation
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice :)
:counter-number="44"> | ||
<template #icon> | ||
<NcAvatar :size="44" user="janedoe" display-name="Jane Doe" /> | ||
</template> | ||
<template #subname> | ||
In this slot you can put both text and other components such as icons | ||
</template> | ||
<template #details> | ||
<LinkIcon :size="16"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should it not be 20 as that's our default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as bubble icon below, and close to the font size. But that's up to end developer anyway, I believe
/backport to next |
☑️ Resolves
🖼️ Screenshots
🚧 Tasks
🏁 Checklist