Sha256: 0d11599b1247c69556d608eadfd1b5309d78cd2f1437901e272bce77675beba3

Contents?: true

Size: 608 Bytes

Versions: 948

Compression:

Stored size: 608 Bytes

Contents

import React from 'react'
import { SectionSeparator, Card, Caption } from 'playbook-ui'

const children = (
    <Card
        borderRadius="rounded"
        justifyContent="center"
        padding="none"
    >
        <Caption
            paddingLeft="xs"
            paddingRight="xs"
            size="xs"
            text="TODAY"
        />
    </Card>
)

const SectionSeparatorChildren = (props) => {
    return (
        <SectionSeparator
            {...props}
            lineStyle='dashed'
        >
            {children}
        </SectionSeparator>
    )
}

export default SectionSeparatorChildren

Version data entries

948 entries across 948 versions & 2 rubygems

Version Path
playbook_ui-14.11.0.pre.rc.17 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui-14.11.0 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui_docs-14.11.0.pre.rc.16 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui-14.11.0.pre.rc.16 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui_docs-14.10.0.pre.alpha.play16825301 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui-14.10.0.pre.alpha.play16825301 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui_docs-14.11.0.pre.rc.15 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui-14.11.0.pre.rc.15 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui_docs-14.11.0.pre.rc.14 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui-14.11.0.pre.rc.14 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui_docs-14.11.0.pre.rc.13 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui-14.11.0.pre.rc.13 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui_docs-14.11.0.pre.rc.12 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui-14.11.0.pre.rc.12 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui_docs-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5274 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5274 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui_docs-14.10.0.pre.alpha.play1465attempt25272 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui-14.10.0.pre.alpha.play1465attempt25272 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui_docs-14.10.0.pre.alpha.play16825244 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
playbook_ui-14.10.0.pre.alpha.play16825244 app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx