Skip to contents

Sidebar like element either a top, bottom, right or left.

Usage

off_canvas(id, title, ..., position = c("start", "top", "bottom", "end"))

Arguments

id

Unique id. Must be triggered by a button whose data-bs-target attributes matches this id.

title

Title.

...

Body content.

position

Either start (left), top, bottom or end (right).

Value

Boolean. TRUE if dependency found.