EventCard #54

Merged
j285he merged 1 commits from feat/event-card into main 2021-05-24 02:00:48 -04:00
j285he commented 2021-05-16 22:43:31 -04:00 (Migrated from git.uwaterloo.ca)

<EventCard /> component is used on the events page (#14)

  • Takes in the following props: name, short, date, online, location, poster, registerLink, children
  • Calls <Button />, <Image /> and <EventSetting /> components
  • Preview:
    demo
    Also had to change <EventSetting /> styles. Wrapped it with an <h3> tag and removed the styling as different components that use <EventSetting /> need it to have different styles.
`<EventCard />` component is used on the events page (#14) * Takes in the following props: `name, short, date, online, location, poster, registerLink, children` * Calls `<Button />`, `<Image />` and `<EventSetting />` components * Preview: ![demo](/uploads/aa9e0dc0892866d9f798043092810bca/demo.PNG) Also had to change `<EventSetting />` styles. Wrapped it with an `<h3>` tag and removed the styling as different components that use `<EventSetting />` need it to have different styles.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: www/www-new#54
No description provided.