Sha256: 01f7ffb3cef9bd13e0285bd1153fe93e0225a46cb414eb9c9aea72d67cf96a62
Contents?: true
Size: 483 Bytes
Versions: 11
Compression:
Stored size: 483 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
11 entries across 11 versions & 1 rubygems