We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed41c1 commit 4135188Copy full SHA for 4135188
src/routes/index.md
@@ -104,11 +104,20 @@ Output:
104
105
## GenericEmbed
106
107
-Props:
108
-
109
This component passes all provided props to the iframe This component
110
also provides a slot, to bring your own markup besides the iframe
111
+Props:
+
112
+```ts
113
+src: string = ''
114
+title: string = ''
115
+height: string = '300'
116
+width: string = '100%'
117
+```
118
119
+Usage:
120
121
```ts
122
width: string = '100%'
123
height: string = '180px'
@@ -119,8 +128,6 @@ frameBorder: string = '0'
128
allow: string = 'encrypted-media'
129
```
130
-Usage:
124
131
<!-- prettier-ignore -->
125
132
```html
126
133
<GenericEmbed
0 commit comments