Skip to content

Instantly share code, notes, and snippets.

@Akintunde102
Created February 2, 2019 04:44
Show Gist options
  • Save Akintunde102/4c8165f9c13fc6dd74801e3eaea0d84a to your computer and use it in GitHub Desktop.
Save Akintunde102/4c8165f9c13fc6dd74801e3eaea0d84a to your computer and use it in GitHub Desktop.
import React, { Component } from 'react'
import { Button } from 'semantic-ui-react'
const ButtonExample = () =><Button> Click Here </button>
export default ButtonExample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment