-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Fedyashov
committed
Jun 29, 2017
1 parent
dbc3b00
commit c7d265c
Showing
7 changed files
with
88 additions
and
11 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
docs/app/Examples/modules/Embed/Usage/EmbedExampleIframe.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import React from 'react' | ||
import { Embed } from 'semantic-ui-react' | ||
|
||
const EmbedExampleIframe = () => ( | ||
<Embed | ||
autoplay={false} | ||
brandedUI={false} | ||
color='white' | ||
hd={false} | ||
id='gJscrxxl_Bg' | ||
iframe={{ | ||
allowFullScreen: true, | ||
style: { | ||
padding: 10, | ||
}, | ||
}} | ||
placeholder='/assets/images/image-16by9.png' | ||
source='youtube' | ||
/> | ||
) | ||
|
||
export default EmbedExampleIframe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters