An info list component.

Deprecated

Properties

address: {
    city?: string;
    extra?: string;
    postalCode?: number;
    streetAddress?: string;
    streetAddress2?: string;
}

The address to display in the list

Type declaration

  • Optional city?: string
  • Optional extra?: string
  • Optional postalCode?: number
  • Optional streetAddress?: string
  • Optional streetAddress2?: string
dataPrefix: string = ''

Prefix for data fiedls

deal: string

Deal text to display in the last row on the end

email: string

The email address to display in the list

fax: string

The fax number to display in the list

forChildren: boolean

Marks if suitable for children.

icons: {
    [iconName: string]: boolean | {
        height?: number;
        title?: string;
        width?: number;
    };
}

A list of icons to display in the last row

Type declaration

  • [iconName: string]: boolean | {
        height?: number;
        title?: string;
        width?: number;
    }
locales: string | string[]

The locale to use when rendering date

locations: {
    city?: string;
    extra?: string;
    href?: string;
    name?: string;
    postalCode?: number;
    streetAddress?: string;
    streetAddress2?: string;
}[]

A list of locations to display in the list

Type declaration

  • Optional city?: string
  • Optional extra?: string
  • Optional href?: string
  • Optional name?: string
  • Optional postalCode?: number
  • Optional streetAddress?: string
  • Optional streetAddress2?: string
phone: string

The phone number to display in the list

schedule: any

The week schedule to display in the list. An object containing all the data defining the opening hours.

website: string

The website to display in the list

Generated using TypeDoc