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