Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
990 changes: 990 additions & 0 deletions apps/# Card Components Architecture.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions apps/docs/docgen.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = {
*/
sourceFiles: [
'alpha/combobox/Combobox',
'alpha/data-card/DataCard',
'alpha/select/Select',
'alpha/select-chip/SelectChip',
'alpha/tabbed-chips/TabbedChips',
Expand All @@ -65,6 +66,8 @@ module.exports = {
'cards/ContentCard/ContentCardBody',
'cards/ContentCard/ContentCardFooter',
'cards/FloatingAssetCard',
'cards/MediaCard/index',
'cards/MessagingCard/index',
'cards/NudgeCard',
'cards/UpsellCard',
'carousel/Carousel',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"import": "import { ContainedAssetCard } from '@coinbase/cds-mobile/cards/ContainedAssetCard'",
"source": "https://github.com/coinbase/cds/blob/master/packages/mobile/src/cards/ContainedAssetCard.tsx",
"figma": "https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/%E2%9C%A8-CDS-Components?node-id=10084-2760&t=DIcYU9WAXkBUimkN-0",
"description": "Asset Cards display current and potential future assets, offering a straightforward method to view and manage a customer's holdings. They provide a clear visual and informative overview, simplifying asset management and investment considerations.",
"description": "Asset Cards display current and potential future assets, offering a straightforward method to view and manage a customer's holdings.",
"warning": "This component is deprecated. Please use MediaCard instead.",
"relatedComponents": [
{
"label": "FloatingAssetCard",
"url": "/components/cards/FloatingAssetCard/"
"label": "MediaCard",
"url": "/components/cards/MediaCard/"
}
],
"dependencies": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"storybook": "https://cds-storybook.coinbase.com/?path=/story/components-cards-containedassetcard--default",
"figma": "https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/%E2%9C%A8-CDS-Components?node-id=10084-2760&t=DIcYU9WAXkBUimkN-0",
"description": "A card component for displaying and managing asset holdings.",
"warning": "This component is deprecated. Please use MediaCard instead.",
"relatedComponents": [
{
"label": "FloatingAssetCard",
"url": "/components/cards/FloatingAssetCard/"
"label": "MediaCard",
"url": "/components/cards/MediaCard/"
}
],
"dependencies": []
Expand Down
Loading
Loading