Skip to content

Instantly share code, notes, and snippets.

@arshmakker
Last active April 14, 2020 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arshmakker/583e2053433fd1dcb30849793e42d34f to your computer and use it in GitHub Desktop.
Save arshmakker/583e2053433fd1dcb30849793e42d34f to your computer and use it in GitHub Desktop.
Button without props
import React from 'react'
function Button() {
return (
<button>Press Me</button>
)
}
export default Button;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment