ContentSection
ContentSection component
Not VerifiedComponent12 files
Preview
Preview not yet added for ContentSection.
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/content-sectionDependencies
npm i lucide-react motionUsage
import { ContentSection } from "@/components/ui/ContentSection";
export default function Example() {
return <ContentSection />;
}Source
Loading source...