<script setup>
import OptionsButton from '~/components/ui/button/Options.vue'
</script>
# Options Button
-> For use cases, see [components/popover](../popover)
```vue-html
<OptionsButton />
```