Sha256: 94ac1de7a2b820e6b374974815142fb7d8f32212c9528fb1fed13a1e069cbf12
Contents?: true
Size: 380 Bytes
Versions: 206
Compression:
Stored size: 380 Bytes
Contents
import React from 'react' import { Textarea } from '../..' const TextareaError = (props) => { return ( <div> <Textarea error="This field has an error!" label="Label" name="comment" placeholder="Placeholder text" value="Default value text" {...props} /> </div> ) } export default TextareaError
Version data entries
206 entries across 206 versions & 1 rubygems