Sha256: afb7c161c39879a75359ef305057d24d71099e626ae0dc74de0ed5dc88566243
Contents?: true
Size: 484 Bytes
Versions: 2
Compression:
Stored size: 484 Bytes
Contents
import React from 'react' import { FormGroup, TextInput } from '../../' const FormGroupDefault = () => ( <div> <FormGroup> <TextInput label="First Name" placeholder="Enter First Name" /> <TextInput label="Middle Intial" placeholder="Enter Middle Initial" /> <TextInput label="Last Name" placeholder="Enter Last Name" /> </FormGroup> </div> ) export default FormGroupDefault
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
playbook_ui-7.6.2.pre.alpha1 | app/pb_kits/playbook/pb_form_group/docs/_form_group_default.jsx |
playbook_ui-7.6.1.pre.alpha1 | app/pb_kits/playbook/pb_form_group/docs/_form_group_default.jsx |