feat: add new example to card wrapper story

This commit is contained in:
RadoslavDimchev 2023-09-14 11:56:54 +03:00
parent 311e0cad47
commit bc238a62a1
2 changed files with 8 additions and 0 deletions

View File

@ -19,3 +19,10 @@ export const Default: Story = {
children: 'Default',
},
}
export const WithoutPadding: Story = {
args: {
children: 'Default',
padding: '0',
},
}

View File

@ -1,4 +1,5 @@
import { YStack } from 'tamagui'
import SyncCardContent from './SyncCardContent'
const SyncStatusCard = () => {