Skip to content

Latest commit

 

History

History
252 lines (210 loc) · 8 KB

README.props.md

File metadata and controls

252 lines (210 loc) · 8 KB

Components

CardsGridEvents(props)JSX.Element
CardsListEvents(props)JSX.Element

Typedefs

ArticleProps : Object
CardProps : Object
FeedHeader : Object
FeedCtaButton : Object
FeedCardButton : Object
DataSource : Object
FeedType : Object
HeroProps : Object
ImageComponentProps : Object
BreadcrumbProps : Object
ImageProps : Object
ContentProps : Object
AccordionCard : Object
AccordionProps : Object
ReactMouseEventvoid
AnchorMenuItem : Object
AnchorMenuProps : Object
PageChangeEventvoid
PaginationProps : Object
PageItemProps : Object
TestimonialStyle : Object
TestimonialQuote : Object
TestimonialProps : Object
VideoProps : Object

CardsGridEvents(props) ⇒ JSX.Element

Kind: global function

Param Type
props FeedType

CardsListEvents(props) ⇒ JSX.Element

Kind: global function

Param Type
props FeedType

ArticleProps : Object

Kind: global typedef
Properties

Name Type
type "event" | "news"
[articleUrl] string
[publicationDate] string
[title] string
[body] string
[authorEmail] string
[authorName] string
[authorPhone] string
[authorTitle] string
[breadcrumbs] Array.<BreadcrumbProps>
[calendarUrl] string
[eventLocation] string
[eventTime] string
[headerImageUrl] string
[registrationUrl] string
[zoomUrl] string

CardProps : Object

Kind: global typedef
Properties

Name Type
[type] string
[horizontal] boolean
[image] string
[imageAltText] string
title string
[icon] Array.<string>
[body] string
[eventLocation] string
[eventTime] string
[linkLabel] string
[linkUrl] string
[buttons] Array.<ButtonProps>
[eventFormat] "stack" | "inline"
[width] "25%" | "50%" | "75%" | "100%"
[tags] Array.<TagsProps>
[showBorders] boolean
[cardLink] string

FeedHeader : Object

Kind: global typedef
Properties

Name Type
[color] "white" | "dark"
[text] string

FeedCtaButton : Object

Kind: global typedef
Properties

Name Type
[color] "gold" | "maroon" | "gray" | "dark"
[text] string
[url] string

FeedCardButton : Object

Kind: global typedef
Properties

Name Type
[color] "gold" | "maroon" | "gray" | "dark"
[text] string
[size] "default" | "small" | "medium" | "large"

DataSource : Object

Kind: global typedef
Properties

Name Type
[url] string
[filters] string

FeedType : Object

Kind: global typedef
Properties

Name Type
[header] FeedHeader
[ctaButton] FeedCtaButton
[cardButton] FeedCardButton
[dataSource] DataSource
[maxItems] number

HeroProps : Object

Kind: global typedef
Properties

Name Type Description
[hide] boolean
[image] ImageProps
[title] ContentProps
[subTitle] ContentProps
[contents] Array.<ContentProps>
[contentsColor] "white" | "black"
[type] "heading-hero" | "story-hero" defaut value is "heading-hero"

ImageComponentProps : Object

Kind: global typedef
Properties

Name Type
src string
alt string
[cssClasses] Array.<string>
[loading] "lazy" | "eager"
[decoding] "sync" | "async" | "auto"
[fetchPriority] "auto" | "high" | "low"
[width] string
[height] string
[dataTestId] string
[cardLink] string
[title] string
[caption] string
[captionTitle] string
[border] boolean
[dropShadow] boolean

BreadcrumbProps : Object

Kind: global typedef
Properties

Name Type
title string
url string
active boolean

ImageProps : Object

Kind: global typedef
Properties

Name Type
url <cod