Sha256: c1006e80ebef258441de6c0374fac6656fbed8ea1dfbafbc57f3bb7d2c82a8ae
Contents?: true
Size: 475 Bytes
Versions: 6
Compression:
Stored size: 475 Bytes
Contents
import React from 'react' import {Button} from '../../' const ButtonDefaultDark = () => ( <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 ButtonDefaultDark
Version data entries
6 entries across 6 versions & 1 rubygems