Sha256: 66f355f1466e47bfc48ab34a29ebb6388fc5d1ee0f0fda1e39f7ff2e29e26ff6
Contents?: true
Size: 503 Bytes
Versions: 958
Compression:
Stored size: 503 Bytes
Contents
import React from 'react' import FormPill from '../_form_pill' const FormPillSize = (props) => { return ( <div> <FormPill avatarUrl="https://randomuser.me/api/portraits/women/44.jpg" name="Anna Black" size="small" tabIndex={0} {...props} /> <br /> <br /> <FormPill name="Anna Black" size="small" tabIndex={0} {...props} /> </div> ) } export default FormPillSize
Version data entries
958 entries across 958 versions & 2 rubygems