Expanding collection of animated shadcn/ui components, crafted by hand
Visit the documentation for examples, usage, and installation instructions.
npm i shadcn-animatednpx shadcn-animated add buttonUse the components just like you would use shadcn/ui components:
import { Button } from "shadcn-animated";
export default function App() {
return <Button>Button</Button>;
}If you encounter a problem, please open an issue on GitHub.
