Sha256: cfef3cdfc22b62dac55eb17c015d1e9499b9854ca3418736677191587ad847ef

Contents?: true

Size: 501 Bytes

Versions: 883

Compression:

Stored size: 501 Bytes

Contents

import React from 'react'
import FormPill from '../_form_pill'

const FormPillDefault = (props) => {
  return (

    <div>
      <FormPill
          avatarUrl="https://randomuser.me/api/portraits/women/44.jpg"
          name="Anna Black"
          onClick={() => alert('Click!')}
          {...props}
      />
      <br />
      <br />
      <FormPill
          name="Anna Black"
          onClick={() => alert('Click!')}
          {...props}
      />
    </div>
  )
}

export default FormPillDefault

Version data entries

883 entries across 883 versions & 2 rubygems

Version Path
playbook_ui-11.11.0.pre.alpha.dialog1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.11.0 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.10.0.pre.alpha.pre.bold1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.10.0.pre.alpha.pagination1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.10.0 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.9.0 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.9.0.pre.alpha.fileupload1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.8.1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.8.0 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.7.0.pre.alpha.table1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.7.0 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.6.0.pre.alpha.fontawesome app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.5.0.pre.alpha.fontawesome app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.7.0.pre.alpha.pre.guagechart1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.6.0 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.5.0.pre.alpha.datepicker1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.6.0.pre.alpha.rubocopperf1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.6.1.pre.alpha.rubocop.pre.performance1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.5.0.pre.alpha.pre.rubocop app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
playbook_ui-11.6.0.pre.alpha.momenttz1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx