Plasma Design System
Home
Brand
Design principles
Foundations
Iconography
Colors
TypeKit
Layout
Header
Table
Modal
ModalWizard
Sticky footer
Form
Button
Code editor
Collection
Legacy documentation
Layout

StickyFooter

A page footer that sticks to the bottom of the screen.
View source
1
import {Button, StickyFooter} from '@coveord/plasma-mantine';
2
3
export default () => (
4
<StickyFooter borderTop>
5
<Button variant="outline">Cancel</Button>
6
<Button variant="filled">Save</Button>
7
</StickyFooter>
8
);

Props

NameTypeDefaultDescription
borderTopboolean
Whether a border is render on top of the footer
childrenReactNode

No guidelines exist for StickyFooter yet.

Create guidelines