Guest User

Untitled

a guest
Sep 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import React from "react"
  2.  
  3. export const ButtonView = (props) => {
  4. return <button onMouseEnter={props.onMouseE} onMouseLeave={props.onMouseL} style={props.style} id={props.id}>{props.inner}</button>
  5. }
Add Comment
Please, Sign In to add comment