mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
359 B
359 B
title, description, navigation
| title | description | navigation | ||||
|---|---|---|---|---|---|---|
| useSlideover | A composable to programmatically control a Slideover component. |
|
Usage
Use the auto-imported useSlideover composable to programmatically control a Slideover component.
<script setup lang="ts">
const slideover = useSlideover()
</script>