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