www-new/pages/playground.mdx

76 lines
1.4 KiB
Plaintext
Raw Normal View History

2021-05-16 03:22:06 -04:00
import {
MiniEventCardDemo,
NewsCardDemo,
EventDescriptionCardDemo,
2021-05-24 02:00:47 -04:00
EventCardDemo,
2021-05-24 05:21:34 -04:00
TeamMemberDemo,
TeamMemberCardDemo,
OrganizedContentDemo,
2021-05-16 03:22:06 -04:00
} from "../components/playground";
2021-04-26 19:16:55 -04:00
2021-05-24 05:21:34 -04:00
import { TeamMemberCard } from "../components/TeamMemberCard";
2021-04-26 19:16:55 -04:00
# Playground
## `<OrganizedContent />`
Codey is supposed to say something here...
<OrganizedContentDemo />
---
<!--
2021-05-12 00:34:49 -04:00
## `<MiniEventCard />`
2021-04-26 19:16:55 -04:00
2021-05-24 02:00:47 -04:00
The `<MiniEventCard />` component has a collapsible description, and it is used
2021-05-16 03:22:06 -04:00
on the events page. It uses the `<details>` tag and works without JS!
2021-04-26 19:16:55 -04:00
<MiniEventCardDemo />
2021-05-14 04:03:26 -04:00
---
## `<NewsCard />`
unavailable
2021-05-16 03:22:06 -04:00
<NewsCardDemo />
---
## `<EventDescriptionCard />`
The `<EventDescriptionCard />` component is used on the home page, and uses the
`<Button />` and `<EventSetting />` components.
<EventDescriptionCardDemo />
---
2021-05-24 02:00:47 -04:00
## `<EventCard />`
The `<EventCard />` component is used on the events page, and uses the
`<Button />` and `<EventSetting />` components.
<EventCardDemo />
---
2021-05-23 18:56:49 -04:00
## `<TeamMember />`
The `<TeamMember />` component has an image of the team member along with their name and role.
It is used on the Meet the Team page for non executive members.
<TeamMemberDemo />
2021-05-24 05:21:34 -04:00
---
## `<TeamMemberCard />`
The `<TeamMemberCard />` component is used on the "Meet the Team!" page to
display information about the execs: prez, VP, trez, AVP, and syscom overlord.
<TeamMemberCardDemo />
---
-->