www-new/pages/playground.mdx

16 lines
363 B
Plaintext

import { MiniEventCardDemo, OrganizedContentDemo } from '../components/playground'
# Playground
## `<MiniEventCard />`
The `<MiniEventCard />` component has a collapsible description, and it used on
the events page. It uses the `<details>` tag and works without JS!
<MiniEventCardDemo />
## `<OrganizedContent />`
Works without JS!
<OrganizedContentDemo />