export * from "./button"; export * from "./styles";
npx shadcn@latest add @kanpeki/button
import { Button } from "@/components/ui/button"
<Button />