back_top_button: 'HTML' code to generate small back-to-top button

View source: R/widgets.R

back_top_buttonR Documentation

'HTML' code to generate small back-to-top button

Description

This function is a template function that should be called in 'HTML' templates before closing the "</body>" tag.

Usage

back_top_button(icon = "chevron-up", title = "Jump to")

Arguments

icon

the icon for back-to-top button

title

the expanded menu title

Value

'HTML' tags

Examples


back_top_button()
back_top_button("rocket")


shidashi documentation built on June 24, 2024, 9:09 a.m.