AppFooter

App

Two-row application footer with logo, navigation links, system status badge, version, copyright, and social slot.

Operational, with nav + version

Preview
Code
<AppFooter
  logo={<><BrandLogo size="sm">K</BrandLogo><span>KUIreact</span></>}
  nav={<><a href="#">Docs</a><a href="#">Pricing</a><a href="#">Status</a></>}
  version="0.2.0"
  status="operational"
  copyright="© 2026 KUIreact"
/>
Sourcemodules/app/AppFooter.tsx