Sha256: 4a1326675582c424cacd7da88fe474c516c306ca49734786cd696fad07e4a883

Contents?: true

Size: 330 Bytes

Versions: 44

Compression:

Stored size: 330 Bytes

Contents

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

const FormPillExample = (props) => {
  return (
    <div>
      <FormPill
          onClick={() => alert('Click!')}
          text="THIS IS A TAG"
          textTransform="lowercase"
          {...props}
      />
    </div>
  )
}

export default FormPillExample

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
playbook_ui-11.0.0.pre.alpha.2 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-11.0.0.pre.alpha.1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.26.1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.27.0.pre.lazysizes1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.27.0.pre.datepicker1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.26.0 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.26.0.pre.alpha5 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.26.0.pre.rc1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.26.0.pre.alpha.sticky1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.26.0.pre.alpha.display1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.26.0.pre.alpha3 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.25.1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.26.0.pre.alpha1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.25.0 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.25.0.pre.alpha3 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.25.0.pre.treeshaking1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.24.0 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.24.0.pre.alpha1 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.23.0 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
playbook_ui-10.23.0.pre.alpha2 app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx