www-new/pages/playground.mdx

18 lines
336 B
Plaintext

import {MiniEventCardDemo, NewsCardDemo} 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 />
---
## `<NewsCard />`
unavailable
<NewsCardDemo />