Footer
Interfaces
FooterProps
Indexable
[p
: string
]: any
Any other properties
Properties
Functions
Footer()
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 Name | Global class | Description |
---|---|---|
root | .SCFooter-root | Styles applied to the root element. |
item | .SCFooter-item | Styles applied to the item element. |
itemList | .SCFooter-item-list | Styles applied to the item list element. |
copyright | .SCFooter-copyright | Styles applied to the copyright section. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | FooterProps |
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 Name | Global class | Description |
---|---|---|
root | .SCFooter-skeleton-root | Styles applied to the root element. |
Parameters
Parameter | Type |
---|---|
props | any |
Returns
Element