Sha256: b39315c7a7c00c577cc2314939f338e5c62896c5a2ae93e98349daafa704e210
Contents?: true
Size: 475 Bytes
Versions: 68
Compression:
Stored size: 475 Bytes
Contents
import React from 'react' import { Button } from '../../' const ButtonLoading = (props) => ( <div> <Button {...props} loading text="Button Primary" /> {' '} <Button {...props} loading text="Button Secondary" variant="secondary" /> {' '} <Button {...props} loading text="A Tag Button Disabled" variant="link" /> </div> ) export default ButtonLoading
Version data entries
68 entries across 68 versions & 1 rubygems