Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 37b55ea

Browse files
docs: split slide display in start and end
Signed-off-by: peterpeterparker <[email protected]>
1 parent b8ce415 commit 37b55ea

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/docs/slides/app-slide-split/app-slide-split.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,7 @@ The following theming options will affect this component if set on its host or p
160160
| --slide-split-text-align | inherit | Modify for example to center if you want to align the text in the middle |
161161
| --slide-split-title-display | none | The `slot` title is per default hidden even if you provide it. If you wish to displays it, modify this attribute |
162162
| --zIndex | 1 | The z-index of the slide |
163+
| --slide-split-display-start | flex | Start side display property |
164+
| --slide-split-display-end | flex | End side display property |
163165

164166
[deckdeckgo]: https://deckdeckgo.com

docs/src/app/pages/docs/slides/app-slide-split/app-slide-split.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,16 @@ export class AppSlideContent {
321321
<td>1</td>
322322
<td>The z-index of the slide</td>
323323
</tr>
324+
<tr>
325+
<td>--slide-split-display-start</td>
326+
<td>flex</td>
327+
<td>Start side display property</td>
328+
</tr>
329+
<tr>
330+
<td>--slide-split-display-end</td>
331+
<td>flex</td>
332+
<td>End side display property</td>
333+
</tr>
324334
</tbody>
325335
</table>
326336
</main>

0 commit comments

Comments
 (0)