layout
Footer
Site footer with grid content layout. Compound component with content area, divider, and bottom bar.
Import
import { Footer, FooterContent, FooterDivider, FooterBottom } from '@stella-ds/react'FooterFooterContentFooterDividerFooterBottom
Examples
Basic
<Footer>
<FooterContent>Links and navigation</FooterContent>
<FooterDivider />
<FooterBottom>© 2024 Stella UI. All rights reserved.</FooterBottom>
</Footer>