export default function Example() { return ( <InputTextarea error errorMessage={<p>Please enter your message before submitting</p>} required label="Label" /> ); }
To enter the code editing mode, press Enter. To exit the edit mode, press Escape
You are editing the code. To exit the edit mode, press Escape