www-new/pages/playground.mdx

34 lines
577 B
Plaintext

import {
MiniEventCardDemo,
NewsCardDemo,
EventDescriptionCardDemo,
} from "../components/playground";
# Playground
## `<MiniEventCard />`
The `<MiniEventCard />` component has a collapsible description, and it is used
on the events page. It uses the `<details>` tag and works without JS!
<MiniEventCardDemo />
---
## `<NewsCard />`
unavailable
<NewsCardDemo />
---
## `<EventDescriptionCard />`
The `<EventDescriptionCard />` component is used on the home page, and uses the
`<Button />` and `<EventSetting />` components.
<EventDescriptionCardDemo />
---