You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -48,6 +50,16 @@ export default function Component() {
48
50
}/src/templates/shared/components/Header.tsx`,
49
51
previewLink: '/header-preview',
50
52
},
53
+
{
54
+
title: 'Card',
55
+
description:
56
+
'A versatile card component that can be used to display information in a clean and organized way. It is designed to be easily customizable to fit your needs.',
@@ -9,21 +10,22 @@ export default function DemoCards() {
9
10
<Card.Header>Header text</Card.Header>
10
11
<Card.Subheader>Subtitle or description</Card.Subheader>
11
12
<Card.Content>
12
-
<p>Some description about relatively important things but not too long since this is a card and not a novel. People won't read it if the description is too long.</p>
13
+
<p>Some description about relatively important things but not too long since this is a card component.</p>
<p>Some description about relatively important things but not too long since this is a card and not a novel. People won't read it if the description is too long.</p>
28
+
<p>Some description about relatively important things but not too long since this is a card component.</p>
27
29
<ulclassName="list-disc list-inside">
28
30
<li>18 Key information</li>
29
31
<li>12.59 Key information</li>
@@ -32,53 +34,58 @@ export default function DemoCards() {
<Card.Subheader>Subtitle or description</Card.Subheader>
38
39
<Card.Content>
39
-
<p>Some description about relatively important things but not too long since this is a card and not a novel. People won't read it if the description is too long.</p>
40
+
<p>Some description about relatively important things but not too long since this is a card component.</p>
<Card.Subheader>Subtitle or description</Card.Subheader>
51
52
<Card.Content>
52
-
<p>Some description about relatively important things but not too long since this is a card and not a novel. People won't read it if the description is too long.</p>
53
+
<p>Some description about relatively important things but not too long since this is a card component.</p>
<p>Some description about relatively important things but not too long since this is a card and not a novel. People won't read it if the description is too long.</p>
68
+
<p>Some description about relatively important things but not too long since this is a card component.</p>
<p>Some description about relatively important things but not too long since this is a card and not a novel. People won't read it if the description is too long.</p>
80
+
<p>Some description about relatively important things but not too long since this is a card component.</p>
0 commit comments