A developer uses Bootstrap's offcanvas component for a mobile drawer menu. Which attribute on the trigger button opens the offcanvas?
-
A
data-bs-toggle="offcanvas" and data-bs-target pointing to the offcanvas ID
-
B
data-bs-open="offcanvas" and data-bs-id pointing to the offcanvas ID
-
C
data-bs-trigger="drawer" and data-bs-ref pointing to the offcanvas ID
-
D
data-bs-show="offcanvas" and data-bs-target pointing to the offcanvas ID