default
Function: default()
default(
props
):Element
Defined in: src/components/HolidayCards/HolidayCard.tsx:15
Component that displays a card with the name of a holiday.
Parameters
props
InterfaceHolidayList
Contains the holidayName to be displayed on the card.
Returns
Element
JSX element representing a card with the holiday name.