ComponentFooter

Footer

The footer provides secondary navigation and information.

Usage

  • Links: Important pages and policies.
  • Copyright: Legal information.

Code Example

<footer class="footer">
  <p>&copy; 2024 FOSS Community. All rights reserved.</p>
  <nav>
    <a href="/privacy">Privacy Policy</a>
    <a href="/terms">Terms of Service</a>
  </nav>
</footer>