Sha256: b3be2c169b715d9718ae5800a00dcc9871e72028402ab65ed9981a4993d13200
Contents?: true
Size: 244 Bytes
Versions: 4
Compression:
Stored size: 244 Bytes
Contents
import React from 'react' import Button from '../_button.jsx' const ButtonFullWidth = () => ( <div> <Button text="Button Full Width" fullWidth /> </div> ) export default ButtonFullWidth
Version data entries
4 entries across 4 versions & 1 rubygems