Sha256: 07a9d700d6604383cbbba2fb2c6833ff7ef69d9b3581a23631332cd45bc6728b

Contents?: true

Size: 1.1 KB

Versions: 1934

Compression:

Stored size: 1.1 KB

Contents

import React from 'react'

import Image from '../_image'

const RoundedImage = (props) => {
  return (
    <>
      <br />
      <div>
        <Image
            alt=""
            rounded
            size="xs"
            url="https://unsplash.it/500/400/?image=634"
            {...props}
        />
      </div>
      <div>
        <Image
            alt=""
            rounded
            size="sm"
            url="https://unsplash.it/500/400/?image=634"
            {...props}
        />
      </div>
      <div>
        <Image
            alt=""
            rounded
            size="md"
            url="https://unsplash.it/500/400/?image=634"
            {...props}
        />
      </div>
      <div>
        <Image
            alt=""
            rounded
            size="lg"
            url="https://unsplash.it/500/400/?image=634"
            {...props}
        />
      </div>
      <div>
        <Image
            alt=""
            rounded
            size="xl"
            url="https://unsplash.it/500/400/?image=634"
            {...props}
        />
      </div>
    </>
  )
}

export default RoundedImage

Version data entries

1,934 entries across 1,934 versions & 2 rubygems

Version Path
playbook_ui_docs-14.12.0.pre.alpha.testingwithfas5689 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui-14.12.0.pre.alpha.testingwithfas5689 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui_docs-14.12.0.pre.alpha.testingwithfas5686 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui-14.12.0.pre.alpha.testingwithfas5686 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui_docs-14.12.0.pre.alpha.play1828updateviteversion5680 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui-14.12.0.pre.alpha.play1828updateviteversion5680 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5673 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5673 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5655 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5655 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR720railscarddraggable5649 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR720railscarddraggable5649 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5646 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5646 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui_docs-14.11.1.pre.alpha.PBNTR440enableglobalpropspbformwith5624 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui-14.11.1.pre.alpha.PBNTR440enableglobalpropspbformwith5624 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui-14.12.0 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui_docs-14.12.0.pre.rc.12 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui-14.12.0.pre.rc.12 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
playbook_ui_docs-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx