Skip to main content

Module: Footer

Interfaces

Functions

Footer(inProps): JSX.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

NameType
inPropsFooterProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/Footer/Footer.tsx:83


FooterSkeleton

FooterSkeleton(props): JSX.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

NameType
propsany

Returns

JSX.Element

Defined in

packages/react-ui/src/components/Footer/Skeleton.tsx:36