-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DST-514]: Revise "Tag" page (#4122)
* Adding appearance demo * adding anatomy section * Adding anatomy image * Adding usage section * Adding more description * Adding long lists section * Revising examples * Adding related section * fix * Enhancce exmaple * Delete example title * resolve changes * resolving comments * Resolve comments * Resolving comments * Resolving comments * Add changeset * resolve comments * Remove unwatned comments * Resolve comments * Adding usage section * Adding dont * Adding number of tags section * Delete unwatned examples heading * Adding alternative component section * Adding changeset * Resolving comments * Resolving comments * Resolving comments and adding appearance section * Resolving comments and adding appearance section * resolving comments * Delete unwanted section * Resolving comments * Change anatomy image * remove dont * Remove unwanted texT * Fixing typo
- Loading branch information
1 parent
66eae8f
commit 6470e00
Showing
5 changed files
with
80 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@marigold/docs': patch | ||
--- | ||
|
||
docs[DST-514]: Revise `<Tag>` component page |
10 changes: 10 additions & 0 deletions
10
docs/content/components/collection/tag/tag-appearance.demo.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { Tag } from '@marigold/components'; | ||
|
||
export default () => ( | ||
<Tag.Group> | ||
<Tag key="news">News</Tag> | ||
<Tag key="travel">Travel</Tag> | ||
<Tag key="gaming">Gaming</Tag> | ||
<Tag key="shopping">Shopping</Tag> | ||
</Tag.Group> | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.