Sha256: ba9b5e5eac9ae629f46da5ff37fb8697e7b964c4cbba34ab73ee963272c5d460
Contents?: true
Size: 365 Bytes
Versions: 184
Compression:
Stored size: 365 Bytes
Contents
import React from 'react' import { TextInput } from '../../' const TextInputCustom = () => { return ( <div> <TextInput label="Custom Label" > <input name="custom-name" placeholder="custom-placeholder" type="text" /> </TextInput> </div> ) } export default TextInputCustom
Version data entries
184 entries across 184 versions & 1 rubygems