Sha256: 459fd6caf38834bdb2c1f7f3e76130a413253cb262912bdbf3c5678fb431061e
Contents?: true
Size: 327 Bytes
Versions: 3
Compression:
Stored size: 327 Bytes
Contents
import React from "react" import Icon from "../_icon.jsx" 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
3 entries across 3 versions & 1 rubygems