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