Import
import {FooterSection, FooterCardGrid, FooterTitle, FooterNav} from '@fuegokit/react'
Usage
Each FooterNav.Item
should render a title
, caption
, actions
array, and tracking
object:
Action object
// action object:const footerActionObject = {type: 'EXTERNAL',url: 'https://appfire.com',label: 'Footer action object',tracking: {destination: 'some-destination-string',type: 'link'}
Nav item
// navItemconst navItem = {type: 'EXTERNAL',url: 'https://appfire.com',label: 'Atlassian Community',tracking: {destination: 'some-destination-string',type: 'link'}