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