Skip to content

Commit 2e100d1

Browse files
committed
Add a title panel to provide more top-space to drag.
1 parent 2035623 commit 2e100d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ library(shiny)
4343
library(shinytangle)
4444
4545
ui <- fluidPage(
46+
titlePanel("shinytangle: Demo Inline"),
4647
p(
4748
"When you have",
4849
inlineNumericInput("amount", 5, min = 0, max = 10),

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ library(shiny)
3232
library(shinytangle)
3333

3434
ui <- fluidPage(
35+
titlePanel("shinytangle: Demo Inline"),
3536
p(
3637
"When you have",
3738
inlineNumericInput("amount", 5, min = 0, max = 10),

0 commit comments

Comments
 (0)