Components
Loading preview...
Animated Dark‐Mode Section with Gradient Heading and Dynamic SVG Lines
npx shadcn@latest add https://21st.dev/r/minhxthanh/animated-section-with-gradient-and-dynamic-linesimport AnimatedSection from "@/components/ui/animated-section-with-gradient-and-dynamic-lines";
const DemoOne = () => {
return <AnimatedSection />;
};
export { DemoOne };