Sha256: 529d209c439380298a2401a4a55adbc947ad9be2184f7a8876eb6d4ae2f3b766
Contents?: true
Size: 541 Bytes
Versions: 948
Compression:
Stored size: 541 Bytes
Contents
import React from 'react' import { Button } from 'playbook-ui' 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
948 entries across 948 versions & 2 rubygems