Skip to content

Commit fc1fb53

Browse files
committed
docs: minor fix
1 parent 737b9d5 commit fc1fb53

File tree

1 file changed

+1
-1
lines changed
  • apps/docs/content/_components

1 file changed

+1
-1
lines changed

apps/docs/content/_components/chip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Internally, `SfChip` uses a hidden `<input type="checkbox">` element to handle t
2626

2727
### Thumbnails
2828

29-
`SfChip` provides ::vue-only`prefix` and `suffix` slots::::react-only`slotPrefix` and `slotSuffix` props:: that you can use to add custom content before/after your default content. This can be useful for adding things like icons, badges, or `SfThumbnail` to your toggleable chip.
29+
`SfChip` provides `slotPrefix` and `slotSuffix` props that you can use to add custom content before/after your default content. This can be useful for adding things like icons, badges, or `SfThumbnail` to your toggleable chip.
3030

3131
<Showcase showcase-name="Chip/ChipWithThumbnail">
3232

0 commit comments

Comments
 (0)