Components
Loading preview...
Badge color and appearance variants
npx shadcn@latest add https://21st.dev/r/sean0205/badge-variants// This is file with demos of your component
// Each export is one usecase for your component
import { Component } from "@/components/ui/badge-variants";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };