Components
Starting preview...
Button with wooden cursors ✨ Inspired by https://x.com/aaroniker_me/status/1715830234929361126
npx shadcn@latest add https://21st.dev/r/serafimcloud/wood-cursorimport { CustomCursorButton } from "@/components/ui/wood-cursor"
function CustomCursorButtonDemo() {
return (
<div className="min-h-screen grid place-items-center">
<CustomCursorButton>Button</CustomCursorButton>
</div>
)
}
export default { CustomCursorButtonDemo };