Open
Description
I need a clamped text with 'read more' button displayed as block element (like this)
So, when I use block element in after
slot the vue-clamp
hides more lines than needed.
<v-clamp
:max-lines="3"
autoresize
>
{{ text }}
<template #after="{ toggle, expanded, clamped }">
<div
v-if="expanded || clamped"
class="toggle btn btn-sm"
@click="toggle"
>
Read more
</div>
</template>
</v-clamp>
Metadata
Metadata
Assignees
Labels
No labels