## Drawer Customization **bootstrap-drawer** comes with some built-in classes to customize some basics about your drawer. These utility classes are modeled after Bootstrap's Navbar components. ---------- ## Position Sometimes you might want the drawer to the right. You can do this quickly by adding `.drawer-right` to the `.drawer` container. ```html
You can position the drawer to the right by adding the .drawer-right
class. This also works on full-page drawers.