Sha256: 220831b19b7d0f6a4eb59b81176af725277ef541fc80bbe000652ce58808f493
Contents?: true
Size: 645 Bytes
Versions: 10
Compression:
Stored size: 645 Bytes
Contents
import React from 'react' import { IconStatValue } from '../../' const IconStatValueSizes = () => { return ( <div> <IconStatValue icon="car" size="sm" text="distance driven" unit="mi" value={158.3} /> <br /> <IconStatValue icon="car" size="md" text="distance driven" unit="mi" value={158.3} /> <br /> <IconStatValue icon="car" size="lg" text="distance driven" unit="mi" value={158.3} /> </div> ) } export default IconStatValueSizes
Version data entries
10 entries across 10 versions & 1 rubygems