Sha256: 60c573b29a1590554b8df7ee0c5a21db19035d3083f94da1a8a1161948f9bcea

Contents?: true

Size: 1.06 KB

Versions: 733

Compression:

Stored size: 1.06 KB

Contents

import React from 'react'

import FixedConfirmationToast from '../_fixed_confirmation_toast'

const FixedConfirmationToastCustomIcon = (props) => {
  return (
    <div>
      <div>
        <FixedConfirmationToast
            closeable
            icon="wrench"
            marginBottom="md"
            status="error"
            text="Fix before proceeding"
            {...props}
        />
      </div>
      <div>
        <FixedConfirmationToast
            icon="star"
            marginBottom="md"
            status="success"
            text="Thank you for completing the form!"
            {...props}
        />
      </div>
      <div>
        <FixedConfirmationToast
            icon="file-pdf"
            marginBottom="md"
            status="neutral"
            text="Saved as PDF"
            {...props}
        />
      </div>
      <div>
        <FixedConfirmationToast
            icon="arrow-down"
            status="tip"
            text="New Messages"
            {...props}
        />
      </div>
    </div>
  )
}

export default FixedConfirmationToastCustomIcon

Version data entries

733 entries across 733 versions & 2 rubygems

Version Path
playbook_ui_docs-14.8.0.pre.alpha.PLAY1649rolloutheightglobalprops4635 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui-14.8.0.pre.alpha.PLAY1649rolloutheightglobalprops4635 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui_docs-14.9.0.pre.rc.8 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui-14.9.0.pre.rc.8 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui_docs-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4617 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4617 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui_docs-14.9.0.pre.rc.7 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui-14.9.0.pre.rc.7 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui_docs-14.9.0.pre.rc.6 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui-14.9.0.pre.rc.6 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui_docs-14.9.0.pre.rc.5 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui-14.9.0.pre.rc.5 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui_docs-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui_docs-14.8.0.pre.alpha.play1648heightglobalprops4606 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui-14.8.0.pre.alpha.play1648heightglobalprops4606 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui_docs-14.9.0.pre.rc.4 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui-14.9.0.pre.rc.4 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui_docs-14.9.0.pre.rc.3 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx
playbook_ui-14.9.0.pre.rc.3 app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_custom_icon.jsx