Components
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
Loading preview...
import { ButtonDemo} from "@/components/ui/neon-button-counter";
export default function DemoOne() {
return <ButtonDemo/>;
}