-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
469e6f3
commit 8dfa923
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: "drilldown" | ||
toc: false | ||
css: ../css/demos.css | ||
--- | ||
|
||
::: {.callout-note} | ||
|
||
A demo with reactive questions, with latter question options defined from the former selection. | ||
|
||
::: | ||
|
||
<div class="button-container"> | ||
<a href="https://surveydown3.shinyapps.io/drilldown/" class="demo-button" target="_blank"> | ||
<i class="fas fa-external-link-alt"></i> Open Demo in New Tab | ||
</a> | ||
<a href="https://github.com/surveydown-dev/demos" class="demo-button" target="_blank"> | ||
<i class="fab fa-github"></i> GitHub Repo | ||
</a> | ||
</div> | ||
|
||
<div class="demo-iframe-container"> | ||
<iframe src="https://surveydown3.shinyapps.io/drilldown/" class="demo-iframe"></iframe> | ||
</div> |