Skip to content

Instantly share code, notes, and snippets.

@apackin
Created July 17, 2020 18:25
Show Gist options
  • Save apackin/3acac8e60ec4fa6939efc8b713d8eb6c to your computer and use it in GitHub Desktop.
Save apackin/3acac8e60ec4fa6939efc8b713d8eb6c to your computer and use it in GitHub Desktop.
FancyTextSubmit Basic
const FancyTextSubmit = () => (
<div>
<input type="text"/>
<button onClick={onClick}>Submit</button>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment