'use client' import { MinusIcon, PlusIcon } from 'lucide-react' import { Button, Group, Input, Label, NumberField } from 'react-aria-components' const InputWithEndButtonsDemo = () => { return (

Built with{' '} React Aria

) } export default InputWithEndButtonsDemo