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