Sha256: 30313b2161aaf02ae7d13a34b71d6468fbdd8cab9f694482f2b864a2aedf7751

Contents?: true

Size: 807 Bytes

Versions: 855

Compression:

Stored size: 807 Bytes

Contents

import React from 'react'
import { Background } from '../..'
import { Flex } from '../..'

const BackgroundStatusSubtle = (props) => (
<Flex
    gap="md"
    justify="center"
    wrap
>
    <Background
        backgroundColor="success_subtle"
        padding="xl"
        {...props}
    />
    <br />
    <Background
        backgroundColor="warning_subtle"
        padding="xl"
        {...props}
    />
    <br />
    <Background
        backgroundColor="error_subtle"
        padding="xl"
        {...props}
    />
    <br />
    <Background
        backgroundColor="info_subtle"
        padding="xl"
        {...props}
    />
    <br />
    <Background
        backgroundColor="neutral_subtle"
        padding="xl"
        {...props}
    />
    <br />
  </Flex>
)

export default BackgroundStatusSubtle

Version data entries

855 entries across 855 versions & 2 rubygems

Version Path
playbook_ui_docs-13.23.0.pre.alpha.PLAY1284investigation2657 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui-13.23.0.pre.alpha.PLAY1284investigation2657 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui_docs-13.24.0 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui-13.24.0 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui_docs-13.22.0.pre.alpha.pbntr254barchartnegativenumber2640 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui-13.22.0.pre.alpha.pbntr254barchartnegativenumber2640 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui_docs-13.22.0.pre.alpha.PLAY1297updatetextstyles2636 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui-13.22.0.pre.alpha.PLAY1297updatetextstyles2636 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui_docs-13.22.0.pre.alpha.playbookgemspecrailsversion2608 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui-13.22.0.pre.alpha.playbookgemspecrailsversion2608 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui_docs-13.23.0 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui-13.23.0 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui_docs-13.21.0.pre.alpha.PLAY12582531 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui-13.21.0.pre.alpha.PLAY12582531 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui_docs-13.21.0.pre.alpha.PLAY12582516 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui-13.21.0.pre.alpha.PLAY12582516 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui_docs-13.21.0.pre.alpha.PLAY12582515 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui-13.21.0.pre.alpha.PLAY12582515 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui_docs-13.21.0.pre.alpha.PLAY12582514 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx
playbook_ui-13.21.0.pre.alpha.PLAY12582514 app/pb_kits/playbook/pb_background/docs/_background_status_subtle.jsx