Sha256: f36bc89f0c0ccf85d73ec27eac87c7b6004e23744e31af494cdd66081ea8bdc2
Contents?: true
Size: 507 Bytes
Versions: 68
Compression:
Stored size: 507 Bytes
Contents
import React from 'react' import { Button } from '../../' const ButtonLink = (props) => ( <div> <Button {...props} link="https://google.com" text="A Tag Button" /> {' '} <Button {...props} link="https://google.com" newWindow text="Open in New Window" /> {' '} <Button {...props} disabled link="https://google.com" text="A Tag Button Disabled" /> </div> ) export default ButtonLink
Version data entries
68 entries across 68 versions & 1 rubygems