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