back_top_button {shidashi}R 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")


[Package shidashi version 0.1.6 Index]