ArticleLayout
ArticleLayout component
Not VerifiedComponent1 file
Preview
Preview not yet added for ArticleLayout.
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/article-layoutDependencies
npm i lucide-reactUsage
import { ArticleLayout } from "@/components/ui/ArticleLayout";
export default function Example() {
return <ArticleLayout />;
}Source
Loading source...