| ds_search | R Documentation |
Create a search input using Designsystemet styles.
ds_search(
inputId,
value = "",
placeholder = NULL,
size = NULL,
class = NULL,
...
)
inputId |
The input slot for Shiny reactivity |
value |
Initial value |
placeholder |
Placeholder text |
size |
Size variant ("sm", "md", "lg") |
class |
Additional CSS classes |
... |
Additional attributes |
A Shiny tag object
ds_search("search", placeholder = "Search…")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.