Sha256: 8769737bc0faeffc5eb41ce4a74e00872a1c480af10e0dd77bd63e14915dba8b
Contents?: true
Size: 525 Bytes
Versions: 1919
Compression:
Stored size: 525 Bytes
Contents
import React from 'react' import IconValue from '../_icon_value' const IconValueAlign = (props) => { return ( <div> <IconValue icon="heart" text="93" {...props} /> <br /> <IconValue align="center" icon="comment" text="5" {...props} /> <br /> <IconValue align="right" icon="clock" text="15min" {...props} /> </div> ) } export default IconValueAlign
Version data entries
1,919 entries across 1,919 versions & 2 rubygems