Skip to content

Commit

Permalink
fix: link to tag added to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tshimber committed Oct 14, 2024
1 parent 9f9e0cd commit 58edcf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ Expected format: string

## Tags Cell

Expected format: comma delimited `string`, eg `'one, two, three'` or array of objects with required content key and optional color, type, size keys, e.g. `{content: 'Apple', color: 'red'}`. Acceptable values for color, type, size are same as for Tag component.
Expected format: comma delimited `string`, eg `'one, two, three'` or array of objects with required content key and optional color, type, size keys, e.g. `{content: 'Apple', color: 'red'}`. Acceptable values for color, type, size are same as for [Tag component](?path=/docs/components-tag--standard).

<Canvas withSource="close">
<Story name="Tags Cell">
Expand Down

0 comments on commit 58edcf8

Please sign in to comment.