feat: add new example to card wrapper story
This commit is contained in:
parent
311e0cad47
commit
bc238a62a1
|
@ -19,3 +19,10 @@ export const Default: Story = {
|
|||
children: 'Default',
|
||||
},
|
||||
}
|
||||
|
||||
export const WithoutPadding: Story = {
|
||||
args: {
|
||||
children: 'Default',
|
||||
padding: '0',
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import { YStack } from 'tamagui'
|
||||
|
||||
import SyncCardContent from './SyncCardContent'
|
||||
|
||||
const SyncStatusCard = () => {
|
||||
|
|
Loading…
Reference in New Issue