Basic footer section with theme toggle
import { Footerdemo } from "@/components/ui/footer-section"; function Footer() { return ( <div className="block"> <Footerdemo /> </div> ); } export { Footer };
Part of Spectrum UI — browse the full library on 21st.dev.