A navigation card component.

Deprecated

Properties

Properties

location: {
    category?: string;
    city?: string;
    coordinates?: [number, number];
    distance?: string;
    image?: string;
    name?: string;
    slug?: string;
    type?: string;
    uuid?: string;
} = {}

The location to display in the navigation card

Type declaration

  • Optional category?: string
  • Optional city?: string
  • Optional coordinates?: [number, number]
  • Optional distance?: string
  • Optional image?: string
  • Optional name?: string
  • Optional slug?: string
  • Optional type?: string
  • Optional uuid?: string
showing: boolean = false

Whether the navigation card should be showing or not

Generated using TypeDoc