Skip to content

Commit

Permalink
docs: add stepper to list
Browse files Browse the repository at this point in the history
  • Loading branch information
hypebright committed Apr 26, 2024
1 parent f0b1113 commit 2c2e01f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vignettes/inputs-layout.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@ shinyApp(
"Orange", "Peach", "Pear", "Pineapple"
)
),
f7Stepper(
inputId = "stepper",
label = "My stepper",
min = 0,
color = "default",
max = 10,
value = 4
),
f7Toggle(
inputId = "toggle",
label = "Toggle me"
Expand Down

0 comments on commit 2c2e01f

Please sign in to comment.