Sha256: 51f4e75abd44ac5a11d9b1659d71c997da7d0d5a8a7a6e02c50af615188485cd
Contents?: true
Size: 489 Bytes
Versions: 4
Compression:
Stored size: 489 Bytes
Contents
import React from 'react' import Button from '../_button.jsx' 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
4 entries across 4 versions & 1 rubygems