file_input_area_ui: Custom File Input UI

View source: R/mod_file_input_area.R

file_input_area_uiR Documentation

Custom File Input UI

Description

Creates a customized file input area in a Shiny application. The file input is designed to be visually distinct and supports features such as multiple file selection and file type restrictions.

Usage

file_input_area_ui(
  id,
  label = "Input text: ",
  multiple = FALSE,
  accept = NULL,
  width = NULL,
  button_label = "Browse...",
  icon_name = NULL
)

Value

A Shiny UI object that can be added to a Shiny application.


glossa documentation built on Oct. 15, 2024, 5:08 p.m.