@@ -154,6 +154,8 @@ To cover all possible needs of your project, Card is available in colors from
154154<Card color="success">
155155 <CardBody>
156156 Hello! I'm success variant of card.
157+ {' '}
158+ <TextLink href="/" label="This is a link" />
157159 </CardBody>
158160 <CardFooter>
159161 <Button label="Read more" priority="outline" color="success" />
@@ -162,6 +164,8 @@ To cover all possible needs of your project, Card is available in colors from
162164<Card color="warning">
163165 <CardBody>
164166 Hello! I'm warning variant of card.
167+ {' '}
168+ <TextLink href="/" label="This is a link" />
165169 </CardBody>
166170 <CardFooter>
167171 <Button label="Read more" priority="outline" color="warning" />
@@ -170,6 +174,8 @@ To cover all possible needs of your project, Card is available in colors from
170174<Card color="danger">
171175 <CardBody>
172176 Hello! I'm danger variant of card.
177+ {' '}
178+ <TextLink href="/" label="This is a link" />
173179 </CardBody>
174180 <CardFooter>
175181 <Button label="Read more" priority="outline" color="danger" />
@@ -178,6 +184,8 @@ To cover all possible needs of your project, Card is available in colors from
178184<Card color="help">
179185 <CardBody>
180186 Hello! I'm help variant of card.
187+ {' '}
188+ <TextLink href="/" label="This is a link" />
181189 </CardBody>
182190 <CardFooter>
183191 <Button label="Read more" priority="outline" color="help" />
@@ -186,6 +194,8 @@ To cover all possible needs of your project, Card is available in colors from
186194<Card color="info">
187195 <CardBody>
188196 Hello! I'm info variant of card.
197+ {' '}
198+ <TextLink href="/" label="This is a link" />
189199 </CardBody>
190200 <CardFooter>
191201 <Button label="Read more" priority="outline" color="info" />
@@ -194,6 +204,8 @@ To cover all possible needs of your project, Card is available in colors from
194204<Card color="note">
195205 <CardBody>
196206 Hello! I'm note variant of card.
207+ {' '}
208+ <TextLink href="/" label="This is a link" />
197209 </CardBody>
198210 <CardFooter>
199211 <Button label="Read more" priority="outline" color="note" />
@@ -202,6 +214,8 @@ To cover all possible needs of your project, Card is available in colors from
202214<Card>
203215 <CardBody>
204216 Hello! I'm light (default) variant of card.
217+ {' '}
218+ <TextLink href="/" label="This is a link" />
205219 </CardBody>
206220 <CardFooter>
207221 <Button label="Read more" priority="outline" color="dark" />
@@ -210,6 +224,8 @@ To cover all possible needs of your project, Card is available in colors from
210224<Card color="dark">
211225 <CardBody>
212226 Hello! I'm dark variant of card.
227+ {' '}
228+ <TextLink href="/" label="This is a link" />
213229 </CardBody>
214230 <CardFooter>
215231 <Button label="Read more" priority="outline" color="light" />
@@ -228,6 +244,8 @@ its interactive elements to disallow user's interaction.
228244<Card disabled>
229245 <CardBody>
230246 Hello! I'm a disabled card.
247+ {' '}
248+ <TextLink href="/" label="This is a link" />
231249 </CardBody>
232250 <CardFooter>
233251 <Button label="Read more" priority="outline" disabled />
@@ -236,6 +254,8 @@ its interactive elements to disallow user's interaction.
236254<Card disabled raised>
237255 <CardBody>
238256 Hello! I'm a disabled raised card.
257+ {' '}
258+ <TextLink href="/" label="This is a link" />
239259 </CardBody>
240260 <CardFooter>
241261 <Button label="Read more" priority="outline" disabled />
@@ -244,6 +264,8 @@ its interactive elements to disallow user's interaction.
244264<Card color="success" disabled>
245265 <CardBody>
246266 Hello! I'm a disabled success variant of card.
267+ {' '}
268+ <TextLink href="/" label="This is a link" />
247269 </CardBody>
248270 <CardFooter>
249271 <Button label="Read more" priority="outline" color="success" disabled />
0 commit comments