File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 471471
472472 "card-style" : {
473473 "type" : [ " String" , " Array" , " Object" ],
474- "desc" : " CSS style to apply to the card (when in grid mode)" ,
474+ "desc" : " CSS style to apply to the card (when in grid mode) or container card (when not in grid mode) " ,
475475 "examples" : [
476476 " background-color: #ff0000" ,
477477 " :card-style=\" { backgroundColor: '#ff0000' }\" "
481481
482482 "card-class" : {
483483 "type" : [ " String" , " Array" , " Object" ],
484- "desc" : " CSS classes to apply to the card (when in grid mode)" ,
484+ "desc" : " CSS classes to apply to the card (when in grid mode) or container card (when not in grid mode) " ,
485485 "examples" : [
486486 " my-special-class" ,
487487 " :card-class=\" { 'my-special-class': [Boolean condition] }\" "
You can’t perform that action at this time.
0 commit comments