Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mthomas-ketchbrook committed Sep 17, 2023
2 parents 0cea143 + 4e6cc75 commit e662919
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion materials/d1-02-structure/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ format:
revealjs:
theme: [default, ../slides.scss] # moon= teal bg | dark
scrollable: true
incremental: true
incremental: false
slide-number: c/t # c/t | c | h/v | h.v
slide-tone: false #true
code-line-numbers: false
Expand Down Expand Up @@ -539,3 +539,11 @@ set_picker_server <- function(id, sets_rv) {
* Reactive parameters reference by **name**: `sets_rv`
* Inside module, **invoke** reactive parameter as you would any other reactive in Shiny: `sets_rv()`
* Any reactive(s) returned by module should also be reference by **name**: `set_selection`, ~~`set_selection()`~~

# Code-Along {background-color="#17395c"}

Code-Along 1: Add a new Shiny module to pick themes

## Your Turn: [Exercise 1](ex-1.html){target="_blank"}

Create a new Shiny module with LEGO data metrics!

0 comments on commit e662919

Please sign in to comment.