Sha256: b3baa13f50ab0a07359a27553b9b1972bc4e8d86598d241c945df4a4f3611e1e
Contents?: true
Size: 349 Bytes
Versions: 958
Compression:
Stored size: 349 Bytes
Contents
import React from 'react' import FormPill from '../_form_pill' const FormPillExample = (props) => { return ( <div> <FormPill onClick={() => alert('Click!')} tabIndex={0} text="THIS IS A TAG" textTransform="lowercase" {...props} /> </div> ) } export default FormPillExample
Version data entries
958 entries across 958 versions & 2 rubygems