Go Main page
Go Main page

Web components

cover

components

Footer

v.1.0.0 | Saturn

Usage

1
import { Footer } from '@kubit-ui-web/react-components';

Props

Let's delve into the versatility of the footer component by examining all its avalaible props.

PropertyTypeDefaultDescription
variant
Required
String-Variant of Footer
children
Required
JSX.Element or JSX.Element
-Content to place inside Footer
roleROLES-Role set to footer
contentDirectionContentDirectionType-Set children direction vertical or horizontal
simpleContainerBoolean-Allows you to change the footer tag to a div
forceVerticalBooleanfalseForce button going vertical or take styles from theme
alignItemsStringcenterProp associated to css align-item property that allows you to align the footer content
footerMobileSortConfigString{ column: REVERSE, firstContent: RIGHT, secondContent: CENTER, thirdContent: LEFT }Prop to add a special configuration sort for mobile
dataTestIdString-Prop used for tests
ctvFooterPropsStylesType-Modify styles for the default version of the component