SiteFooter
SiteFooter component
Not VerifiedComponent3 files
iconsrazi-style
Preview
Preview not yet added for SiteFooter.
Add an entry to UI_COMPONENT_PREVIEWS in ui-component-previews.tsx to show a live preview here.
Install
npx shadcn add https://www.razisyed.cv/r/site-footerUsage
import { SiteFooter } from "@/components/ui/SiteFooter";
export default function Example() {
return <SiteFooter />;
}Source
Loading source...