Skip to content

Commit

Permalink
doc(Card): add expample of plain Card to styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
EldarMuhamethanov committed Nov 1, 2024
1 parent d5780e1 commit 71af39c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/vkui/src/components/Card/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@
</CardGrid>
</Group>
</Group>
<Group style={{ background: 'var(--vkui--color_background_trtiary)' }}>
<Group
mode="plain"
header={<Header mode="secondary">Без обводки и тени</Header>}
>
<CardGrid size="l">
<Card mode="plain">
<div style={{ height: 96 }} />
</Card>
</CardGrid>
</Group>
</Group>
</Panel>
</View>
```

0 comments on commit 71af39c

Please sign in to comment.