21.) Which directive initializes modals in Bootstrap-Vue?
A) v-modal
B) v-b-modal
C) optibootstrap-modalon3
D) vue-modal
22.) Which directive is used for Bootstrap dropdowns in Vue?
A) v-dropdown
B) vue-dropdown
C) b-dropdown
D) v-b-dropdown
23.) Which Bootstrap-Vue component is used for tables?
A) <optitable-bn1>
B) <table-bootstrap>
C) <b-table>
D) <v-table>
24.) How to integrate Bootstrap with React?
A) Install bootstrap and import in index.js
B) Use <link> tag in HTML
C) Use react-bootstrap only
D) Use Bootstrap with jQuery
Related