Sha256: f310b7d66b714a5153942af231aa60af21eb81a44ae110a22151337a2f3b8be2
Contents?: true
Size: 345 Bytes
Versions: 10
Compression:
Stored size: 345 Bytes
Contents
import React from 'react' import { IconStatValue } from '../../' const IconStatValueVertical = () => { return ( <div> <IconStatValue icon="broadcast-tower" orientation="vertical" text="Radio" unit="wkz" value={102.5} /> </div> ) } export default IconStatValueVertical
Version data entries
10 entries across 10 versions & 1 rubygems