Sha256: 5e04a086a926918aff545e2e09908e463e9fcd5039c3a999d12304448c19b0a9
Contents?: true
Size: 447 Bytes
Versions: 10
Compression:
Stored size: 447 Bytes
Contents
import React from 'react' import { IconStatValue } from '../../' const IconStatValueDefault = () => { return ( <div> <IconStatValue icon="lightbulb-on" text="Electric" unit="kw" value={64.18} /> <br /> <IconStatValue icon="calendar" text="deadline" unit="days" value={24} /> </div> ) } export default IconStatValueDefault
Version data entries
10 entries across 10 versions & 1 rubygems