ExperimentList
ExperimentList component
Not VerifiedComponent1 file
razi-style
Preview
Preview not yet added for ExperimentList.
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/experiment-listUsage
import { ExperimentList } from "@/components/ui/ExperimentList";
export default function Example() {
return <ExperimentList />;
}Source
Loading source...