Footer

Place the footer at the bottom of the page to add an additional navigation for the application.

Usage

import React from 'react'
import Footer from '../index'

var view = function () {
    const {data} = this.state
    return (
        <Footer data={data}/>
    )
}
module.exports = view

 

Supported properties

Properties Descrition Type Default
data list of links to be shown in footer array -

Published On June 6, 2020 11:49 PM

Last Updated October 9, 2020 12:18 PM