Added method for removing the title from a shinydashboard::box

This commit is contained in:
2026-01-26 13:45:26 +00:00
parent 392c545b8d
commit c1c81c597e
3 changed files with 43 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ export(htmlFixBoxCollapseButtonAria)
export(htmlMarkOptional)
export(htmlMarkRequired)
export(htmlRemoveAttributes)
export(htmlRemoveBoxTitle)
export(htmlReplaceBoxTitleLevel)
export(htmlSetMaxLength)
export(htmlSetMinLength)