Sha256: ae0229acda6711a2b03628f830759df3e44ef060caa548aef7c0f152f9457574
Contents?: true
Size: 553 Bytes
Versions: 817
Compression:
Stored size: 553 Bytes
Contents
import React from 'react' import { Button } from '../../' const ButtonSize = (props) => ( <div> <Button marginRight='lg' size="sm" tabIndex={0} text="Button sm size" {...props} /> {' '} <Button marginRight='lg' size="md" tabIndex={0} text="Button md size" {...props} /> {' '} <Button marginRight='lg' size="lg" tabIndex={0} text="Button lg size" {...props} /> </div> ) export default ButtonSize
Version data entries
817 entries across 817 versions & 2 rubygems