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