UNPKG

terra-form

Version:
17 lines (12 loc) 277 B
# Textarea Generic textarea which represents an HTML textarea element directly. ## Usage ```jsx import React from 'react'; import Textarea from 'terra-form/lib/Textarea'; <Textarea name="description" value="I'm a software engineer working at Cerner" required /> ```