Sha256: 68e874ca9c43295e87375df9efe58b8113a9c57c9df986bd7d93660c7183803a
Contents?: true
Size: 603 Bytes
Versions: 593
Compression:
Stored size: 603 Bytes
Contents
import React from 'react' import { SectionSeparator, Card, Caption } from '../../' 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
593 entries across 593 versions & 2 rubygems