Sha256: 82afc198dd2c5ee4e8cb428da11a77591ff9b6ea2620ce86e567929444b11660
Contents?: true
Size: 462 Bytes
Versions: 76
Compression:
Stored size: 462 Bytes
Contents
import React from 'react' import { CircleIconButton } from '../../' const CircleIconButtonLink = (props) => ( <div> <CircleIconButton {...props} icon="search" link="https://google.com" variant="primary" /> <br /> <CircleIconButton {...props} icon="window" link="https://google.com" newWindow variant="secondary" /> </div> ) export default CircleIconButtonLink
Version data entries
76 entries across 76 versions & 1 rubygems