Skip to content

Commit

Permalink
add .active class to nclistitem example
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed May 30, 2023
1 parent 5d0dbe6 commit 654c048
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/NcListItem/NcListItem.vue
Expand Up @@ -26,11 +26,12 @@
<template>
<ul>
<NcListItem
:name="'Name of the element'"
:name="'This is an active element'"
:bold="false"
:details="'1h'"
:counter-number="44"
counterType="highlighted">
counterType="highlighted"
class="active">
<template #icon>
<NcAvatar :size="44" user="janedoe" display-name="Jane Doe" />
</template>
Expand Down

0 comments on commit 654c048

Please sign in to comment.