mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-10 21:15:21 -04:00
<IFrame /> component
This commit is contained in:
@@ -19,12 +19,12 @@ Below are the code snippets you can grab and customize to make your own ["waving
|
||||
|
||||
## Demo
|
||||
|
||||
<iframe
|
||||
height="500"
|
||||
width="100%"
|
||||
<IFrame
|
||||
src="https://codepen.io/jakejarvis/embed/pBZWZw/?theme-id=light&default-tab=css,result"
|
||||
scrolling="no"
|
||||
></iframe>
|
||||
height={500}
|
||||
allowScripts
|
||||
noScroll
|
||||
/>
|
||||
|
||||
## CSS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user