Skip to main content

Footer

Interfaces

FooterProps

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescription
className?stringOverrides or extends the styles applied to the component. Default null
endActions?ReactNodeActions to be inserted at the end Default null
menu?SCCustomMenuTypeCustom Menu object to render in the footer Default null
startActions?ReactNodeActions to be inserted at the start Default null

Functions

Footer(inProps): Element

API documentation for the Community-JS Footer component. Learn about the available props and the CSS API.

This component renders the application footer, which contains the links to reach specific sections, and the application copyright. Take a look at our demo component here

Import

import {Footer} from '@selfcommunity/react-ui';

Component Name

The name SCFooter can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCFooter-rootStyles applied to the root element.
item.SCFooter-itemStyles applied to the item element.
itemList.SCFooter-item-listStyles applied to the item list element.
copyright.SCFooter-copyrightStyles applied to the copyright section.

Parameters

ParameterTypeDescription
inPropsFooterProps

Returns

Element


FooterSkeleton()

FooterSkeleton(props): Element

API documentation for the Community-JS Footer Skeleton component. Learn about the available props and the CSS API.

Import

import {FooterSkeleton} from '@selfcommunity/react-ui';

Component Name

The name SCFooter-skeleton-root can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCFooter-skeleton-rootStyles applied to the root element.

Parameters

ParameterType
propsany

Returns

Element