Sha256: d6da6f0cc942c8c9344d5b236a6836bda686ad977b2aa5b1c0dd491492cb92f0
Contents?: true
Size: 692 Bytes
Versions: 86
Compression:
Stored size: 692 Bytes
Contents
import React from 'react' import CircleIconButton from '../_circle_icon_button' const CircleIconButtonLink = (props) => ( <div> <CircleIconButton icon="search" link="https://google.com" variant="primary" {...props} /> <br /> <CircleIconButton icon="window" link="https://google.com" newWindow variant="secondary" {...props} /> <br/> <CircleIconButton aria={{ label: "Link to Playbook in new window" }} icon="info" link="https://playbook.powerapp.cloud/" target="child" variant="secondary" /> </div> ) export default CircleIconButtonLink
Version data entries
86 entries across 86 versions & 2 rubygems