Sha256: 6005350f80cdbc85e279fc83d2756484db6df2d3b1f12ee1382a4a5c2b4e2ad7
Contents?: true
Size: 658 Bytes
Versions: 1
Compression:
Stored size: 658 Bytes
Contents
import React from 'react' import { Button } from '../../' const ButtonLoading = (props) => ( <div> <Button aria={{ label: 'Loading' }} loading marginRight='lg' text="Button Primary" {...props} /> {' '} <Button aria={{ label: 'Loading' }} loading marginRight='lg' text="Button Secondary" variant="secondary" {...props} /> {' '} <Button aria={{ label: 'Loading' }} loading marginRight='lg' text="A Tag Button Disabled" variant="link" {...props} /> </div> ) export default ButtonLoading
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
playbook_ui-11.20.0.pre.alpha.focus1 | app/pb_kits/playbook/pb_button/docs/_button_loading.jsx |