Sha256: 5131eac8fada71b8322f8d4c8c669db925405cc7332dc28c0c7c945e9c54c447
Contents?: true
Size: 473 Bytes
Versions: 4
Compression:
Stored size: 473 Bytes
Contents
import React from 'react' import Button from '../_button.jsx' const ButtonDefault = () => ( <div> <Button text="Button Primary"/> <Button text="Button Secondary" variant="secondary" /> <Button text="Button Link" variant="link" /> <Button text="Button Disabled" disabled /> </div> ) export default ButtonDefault
Version data entries
4 entries across 4 versions & 1 rubygems