'use client' import { useId } from 'react' import { Input } from '@/components/ui/input' import { Label } from '@/components/ui/label' const InputEndTextAddOnDemo = () => { const id = useId() return (