This is a basic card content.
, 39 | }, 40 | }; 41 | 42 | export const Sizes: Story = { 43 | render: (args) => ( 44 |Content for small card.
47 |Content for default card.
50 |Content for large card.
53 |64 | This card does not have a divider between the title and the content. 65 |
66 | ), 67 | }, 68 | }; 69 | 70 | export const WithoutTitle: Story = { 71 | args: { 72 | children:This card has no title, only content.
, 73 | }, 74 | }; 75 | 76 | export const CustomContent: Story = { 77 | render: (args) => ( 78 |39 | In today' fast-paced digital world, staying connected and informed is 40 | more important than ever. Whether through social media, online news, or 41 | virtual meetings, technology continues to shape the way we communicate and 42 | interact. From remote work to e-learning, the convenience of digital tools 43 | has transformed our daily routines, making it easier to stay productive and 44 | engaged no matter where we are. 45 |
46 | ); 47 | 48 | export const Default: Story = { 49 | args: {}, 50 | render: (args) => ( 51 |{error}
} 44 |This is the profile panel.
39 |Settings and preferences go here.
42 |Change your password and manage security settings.
45 |{error}
} 57 |