### Install use-bootstrap Module Source: https://usebootstrap.org/docs/index Installs the use-bootstrap module for Nuxt.js projects using npm. This command is used for initial setup and integration. ```bash npx nuxi@latest module add usebootstrap ``` -------------------------------- ### Vue Dropdown Component Example Source: https://usebootstrap.org/docs/index Demonstrates the usage of the Dropdown component from the use-bootstrap module in a Vue.js template. It includes a toggle button and a dropdown menu with items. ```vue ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.