Sha256: c14db7e1895c6223016714551dad5445f4348c05c82186be6a2f23642592bd99
Contents?: true
Size: 487 Bytes
Versions: 8
Compression:
Stored size: 487 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
8 entries across 8 versions & 1 rubygems