Skip to content

Instantly share code, notes, and snippets.

@KevinVR
Created July 25, 2021 17:34
Show Gist options
  • Select an option

  • Save KevinVR/5eaa9027a8f75aaa3f0c7e3a3aea939c to your computer and use it in GitHub Desktop.

Select an option

Save KevinVR/5eaa9027a8f75aaa3f0c7e3a3aea939c to your computer and use it in GitHub Desktop.
import React from 'react';
const LightBox = ({children, src, alt, Wrapper = 'div'}) => {
return (
<Wrapper>
</Wrapper>
);
};
export default LightBox;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment