diff --git a/src/components/NcEllipsisedOption/NcEllipsisedOption.vue b/src/components/NcEllipsisedOption/NcEllipsisedOption.vue index b6a670e8ca..e031cf1837 100644 --- a/src/components/NcEllipsisedOption/NcEllipsisedOption.vue +++ b/src/components/NcEllipsisedOption/NcEllipsisedOption.vue @@ -20,6 +20,69 @@ - --> + +A component to display a long text with highlight support in one line truncated with ellipsis in the end but keeping up to 10 last characters. + +It is supposed to be used as an `NcSelect`'s option in first place. + +### General usage + +```vue + + + +``` + +### Usage in `NcSelect` + +```vue + + + +``` + +