diff --git a/src/components/NcListItem/NcListItem.vue b/src/components/NcListItem/NcListItem.vue index d9ce076e73..d81cb58a0d 100644 --- a/src/components/NcListItem/NcListItem.vue +++ b/src/components/NcListItem/NcListItem.vue @@ -268,6 +268,94 @@ ``` +### NcListItem with extra actions slot and customized icon + +The `extra-actions` slot can be used to add other interactive components. + +The `actions-icon` slot can be used to pass icon to the inner NcActions component. + +```vue + + +``` ### NcListItem compact mode ```vue