Sha256: 4d3367e82cbdf0910dab444726a26c64a8be660d842355fb279750aef4b46532
Contents?: true
Size: 536 Bytes
Versions: 817
Compression:
Stored size: 536 Bytes
Contents
import React from 'react' import { Button } from '../../' const ButtonIconOptions = (props) => ( <div> <Button fixedWidth icon='plus' marginRight='lg' tabIndex={0} text="Icon on Left" {...props} /> {' '} <Button fixedWidth icon='chevron-right' iconRight marginRight='lg' tabIndex={0} text="Icon on Right" {...props} /> </div> ) export default ButtonIconOptions
Version data entries
817 entries across 817 versions & 2 rubygems