Sha256: 601af0d3c4c0ca146fba419acccfe7675f20b99c3acb10a67d0122c7e700eab5
Contents?: true
Size: 602 Bytes
Versions: 1978
Compression:
Stored size: 602 Bytes
Contents
import React from 'react' import FormGroup from '../_form_group' import TextInput from '../../pb_text_input/_text_input' const FormGroupDefault = (props) => ( <div> <FormGroup> <TextInput label="First Name" placeholder="Enter First Name" {...props} /> <TextInput label="Middle Intial" placeholder="Enter Middle Initial" {...props} /> <TextInput label="Last Name" placeholder="Enter Last Name" {...props} /> </FormGroup> </div> ) export default FormGroupDefault
Version data entries
1,978 entries across 1,978 versions & 2 rubygems