Sha256: d62a45f459dcd9e83f5c272f0cbca97c4f70c0e8518711e1923ed6ccfeda7130
Contents?: true
Size: 236 Bytes
Versions: 76
Compression:
Stored size: 236 Bytes
Contents
import React from 'react' import { Button } from '../../' const ButtonFullWidth = (props) => ( <div> <Button {...props} fullWidth text="Button Full Width" /> </div> ) export default ButtonFullWidth
Version data entries
76 entries across 76 versions & 1 rubygems