layout
Footer
グリッドレイアウトのサイトフッター。コンテンツエリア・区切り線・ボトムバーを備えた複合コンポーネント。
インポート
import { Footer, FooterContent, FooterDivider, FooterBottom } from '@stella-ds/react'FooterFooterContentFooterDividerFooterBottom
使用例
Basic
<Footer>
<FooterContent>Links and navigation</FooterContent>
<FooterDivider />
<FooterBottom>© 2024 Stella UI. All rights reserved.</FooterBottom>
</Footer>