Sha256: 235089586cee99e0320b0eb236ca9e2a64fb4fa2b0375f2047f83268111441bc
Contents?: true
Size: 520 Bytes
Versions: 94
Compression:
Stored size: 520 Bytes
Contents
import React from 'react' import { IconValue } from '../../' 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
94 entries across 94 versions & 1 rubygems