Skip to content

Instantly share code, notes, and snippets.

@nazifbara
Last active May 10, 2021 10:13
Show Gist options
  • Select an option

  • Save nazifbara/da7152d3d3596b44c10218295ef34d41 to your computer and use it in GitHub Desktop.

Select an option

Save nazifbara/da7152d3d3596b44c10218295ef34d41 to your computer and use it in GitHub Desktop.
// src/App.js
function App() {
return (
<Modal>
<ModalOpenButton>Open modal</ModalOpenButton>
<ModalContent title="Modal title here!" imageSrc="./forest.jpg">
<p>
Modal Content there!
</p>
</ModalContent>
</Modal>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment