shinynotesUI: Shiny notes module - UI function

View source: R/note_crud.R

shinynotesUIR Documentation

Shiny notes module - UI function

Description

UI function for the shinynotes module.

Usage

shinynotesUI(id)

Arguments

id

An ID string that will be used to assign the module's namespace.

Value

Note module UI, containing note panel and control buttons. An HTML tag object that can be rendered as HTML using as.character().

Examples

if(interactive()){
 shinynotesUI(id = 'paragraph')
}


shinyNotes documentation built on March 7, 2023, 7:29 p.m.