File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export class UUICardElement extends SelectOnlyMixin(
8484 }
8585
8686 protected render ( ) {
87- return html `<slot> </ slot>
87+ return html `<slot id = "open-part" > </ slot>
8888 <div id= "select-border" > </ div> ` ;
8989 }
9090
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const meta: Meta = {
99 component : 'uui-card' ,
1010 title : 'Displays/Cards/Card' ,
1111 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> ' ,
1313 } ,
1414 render : args =>
1515 html `< uui-card ${ spread ( args ) } > ${ renderSlots ( args ) } </ uui-card > ` ,
Original file line number Diff line number Diff line change 3838 "path" : " ../uui-button"
3939 },
4040 {
41- "path" : " ../uui-button-group "
41+ "path" : " ../uui-button-copy-text "
4242 },
4343 {
44- "path" : " ../uui-button-inline-create "
44+ "path" : " ../uui-button-group "
4545 },
4646 {
47- "path" : " ../uui-button-copy-text "
47+ "path" : " ../uui-button-inline-create "
4848 },
4949 {
5050 "path" : " ../uui-card"
You can’t perform that action at this time.
0 commit comments