Components
Loading preview...
A simple react counter made using tailwind and useState() Hook, a good example for learners, please the buttons are neon green with hover effect which gives it a fancy trendy look
@muhammad-binsalman
npx shadcn@latest add https://21st.dev/r/muhammad-binsalman/neon-button-counterimport { ButtonDemo} from "@/components/ui/neon-button-counter";
export default function DemoOne() {
return <ButtonDemo/>;
}