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