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