Footer

The footer is a component that lives on the bottom of every page. It consists of 3 sections: a generic footer, a SEO footer and a legal footer. 

API

API reference

import { BwcFooterModule } from '@aviato/components/footer';

Component

BwcFooter

BwcFooter component can be used for functional footer and full footer in which BwcFooterNavList needs be used to create footer navigation lists.
selector:bwc-footer

Properties

Name

Description

@Input()

socialIconList

Array of object

Optional parameter. socialIconList is an array object with below properties

iconName: string - Name of bwc-icon to be used

url: string - destination URL

target: string (optional)- target value of href ('_blank' or '_self').

Component

BwcFooterNavList

BwcFooterNavList component can be used to add navigation lists. This needs to be used within BwcFooter component.
selector:bwc-footer-nav-list

Properties

Name

Description

@Input()

title

string

Required parameter. Title of footer nav list

Component

BwcMultiList

selector:bwc-multi-list
Please check multi-list component for api details.

 


Examples

Storybook failed to load. Please connect to the VPN to access.

 

Storybook failed to load. Please connect to the VPN to access.