Sha256: c6140b378290cded0c5b961accd64d1fdd0058eef94e2fd78fcde262629f1dfa
Contents?: true
Size: 575 Bytes
Versions: 94
Compression:
Stored size: 575 Bytes
Contents
import React from 'react' import { Icon } from '../../' const IconAnimate = (props) => { return ( <div> <p> <Icon fixedWidth icon="spinner" size="2x" spin {...props} /> {' '} <span>{'Spin'}</span> </p> <br /> <p> <Icon fixedWidth icon="spinner" pulse size="2x" {...props} /> {' '} <span>{'Pulse'}</span> </p> </div> ) } export default IconAnimate
Version data entries
94 entries across 94 versions & 1 rubygems