File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ export class UUICardElement extends SelectOnlyMixin(
84
84
}
85
85
86
86
protected render ( ) {
87
- return html `<slot> </ slot> ` ;
87
+ return html `<slot id= "open-part" > </ slot>
88
+ <div id= "select-border" > </ div> ` ;
88
89
}
89
90
90
91
static styles = [
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const meta: Meta = {
9
9
component : 'uui-card' ,
10
10
title : 'Displays/Cards/Card' ,
11
11
args : {
12
- slot : 'This is an example of a simple card' ,
12
+ slot : '<div style="margin: var(--uui-size-space-4)"> This is an example of a simple card <a href="#link">with a link</a>.</div> ' ,
13
13
} ,
14
14
render : args =>
15
15
html `< uui-card ${ spread ( args ) } > ${ renderSlots ( args ) } </ uui-card > ` ,
Original file line number Diff line number Diff line change 38
38
"path" : " ../uui-button"
39
39
},
40
40
{
41
- "path" : " ../uui-button-group "
41
+ "path" : " ../uui-button-copy-text "
42
42
},
43
43
{
44
- "path" : " ../uui-button-inline-create "
44
+ "path" : " ../uui-button-group "
45
45
},
46
46
{
47
- "path" : " ../uui-button-copy-text "
47
+ "path" : " ../uui-button-inline-create "
48
48
},
49
49
{
50
50
"path" : " ../uui-card"
You can’t perform that action at this time.
0 commit comments