Skip to content

Commit ca4cf01

Browse files
committed
Add accordion example
1 parent b9461f7 commit ca4cf01

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/content/pages/test.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,23 @@ Barking up the right tree
270270

271271
## YouTube
272272
<YouTube id="j5a0jTc9S10" alt="Mood lifter" />
273+
274+
## Accordion
275+
#### What do the dogs say?
276+
277+
<Accordion title="Spanish-speaking dogs" id="spanish">
278+
**Guau guau!**
279+
</Accordion>
280+
281+
<Accordion title="Italian-speaking dogs" id="italian">
282+
*Bau bau!*
283+
</Accordion>
284+
285+
<Accordion title="Japanese-speaking dogs" id="japanese">
286+
ワンワン
287+
</Accordion>
288+
289+
<Accordion title="Finnish-speaking dogs" id="finnish">
290+
***Hau hau!***
291+
</Accordion>
292+

0 commit comments

Comments
 (0)