File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export default () => {
5252 < img slot = "media" src = "https://cdn.framework7.io/placeholder/people-100x100-7.jpg" />
5353 </ Chip >
5454 < Chip text = "Jennifer" mediaBgColor = "pink" media = "J" />
55- < Chip text = "Chris" mediaBgColor = "yellow" mediaTextColor = "black" media = "C" />
55+ < Chip text = "Chris" mediaBgColor = "yellow" media = "C" />
5656 < Chip text = "Kate" mediaBgColor = "red" media = "K" />
5757 </ Block >
5858 < BlockTitle > Deletable Chips / Tags</ BlockTitle >
Original file line number Diff line number Diff line change 5151 <img slot =" media" src =" https://cdn.framework7.io/placeholder/people-100x100-7.jpg" />
5252 </Chip >
5353 <Chip text =" Jennifer" mediaBgColor =" pink" media =" J" />
54- <Chip text =" Chris" mediaBgColor =" yellow" mediaTextColor = " black " media =" C" />
54+ <Chip text =" Chris" mediaBgColor =" yellow" media =" C" />
5555 <Chip text =" Kate" mediaBgColor =" red" media =" K" />
5656 </Block >
5757 <BlockTitle >Deletable Chips / Tags</BlockTitle >
Original file line number Diff line number Diff line change 6363 text =" Chris"
6464 media =" C"
6565 media-bg-color =" orange"
66- text-color =" black"
6766 deleteable
6867 @delete =" deleteChip"
6968 ></f7-chip >
You can’t perform that action at this time.
0 commit comments