Sha256: 22353f08988ea3a4fcf7fd22f92a62bc2ef91b9d988501bee885deac35da8e34
Contents?: true
Size: 503 Bytes
Versions: 54
Compression:
Stored size: 503 Bytes
Contents
import React from 'react' import { Button, ButtonToolbar } from '../..' const ButtonToolbarDefault = () => ( <div> <ButtonToolbar connected orientation="horizontal" > <Button text="Field" /> <Button text="Retail" /> <Button text="Event" /> <Button text="Training" /> <Button text="Not Working" /> </ButtonToolbar> </div> ) export default ButtonToolbarDefault
Version data entries
54 entries across 54 versions & 1 rubygems