Sha256: 4be41f4ca39c021254cb4e48cdabc3a1b08c765b8f6577360f2d9eeba1aac78a
Contents?: true
Size: 699 Bytes
Versions: 948
Compression:
Stored size: 699 Bytes
Contents
import React from 'react' import { Caption, Timestamp, Title } from 'playbook-ui' 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
948 entries across 948 versions & 2 rubygems