Sha256: 191f6e349708fa25c2ae8d8722450b983e438f2ab1580845cb506234436474ce
Contents?: true
Size: 694 Bytes
Versions: 488
Compression:
Stored size: 694 Bytes
Contents
import React from 'react' import { Caption, Timestamp, Title } from '../../' const TimestampUnstyled = (props) => { return ( <> <Caption size="xs" text="Basic unstyled example" /> <Timestamp align="left" showDate timestamp={new Date()} unstyled {...props} /> <br /> <Caption size="xs" text="Example with wrapping typography kit" /> <Title size={1}> <Timestamp align="left" showDate timestamp={new Date()} unstyled {...props} /> </Title> </> ) } export default TimestampUnstyled
Version data entries
488 entries across 488 versions & 2 rubygems