Sha256: 73bbd56139b8165c93e740586b79300a80df040ea24ae17ba45d72d0469c177a
Contents?: true
Size: 376 Bytes
Versions: 673
Compression:
Stored size: 376 Bytes
Contents
import React from 'react' import { IconStatValue } from 'playbook-ui' 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
673 entries across 673 versions & 2 rubygems