From 88d4546a68460ebea97201de3d9aa2ad6db0157a Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Thu, 30 Nov 2023 12:20:55 +0100 Subject: [PATCH] feat(NcNoteCard): provide a slot for inserting a custom icon instead of default Signed-off-by: Maksim Sukharev --- src/components/NcNoteCard/NcNoteCard.vue | 64 ++++++++++++++++-------- 1 file changed, 43 insertions(+), 21 deletions(-) diff --git a/src/components/NcNoteCard/NcNoteCard.vue b/src/components/NcNoteCard/NcNoteCard.vue index e1415509f0..58e95c8c1d 100644 --- a/src/components/NcNoteCard/NcNoteCard.vue +++ b/src/components/NcNoteCard/NcNoteCard.vue @@ -30,23 +30,42 @@ available in four versions: When using an error type, ```vue -
- -

This is dangerous

-
- - -

The server is not happy and reported the following error

-
- - -

You won

-
- - -

For your information

-
-
+ + + ``` @@ -54,10 +73,13 @@ When using an error type,
- + + + +

{{ heading }}