import React from 'react'; import GithubIcon from './github_icon'; import { Button, IconButton, BrowseButton } from '../../components/button'; const ButtonTest = () => (
Buttons

lorem ipsum...

); function rippleEnded() { console.log('Ripple animation ended!'); } export default ButtonTest;