Composable
For use inside setup
of components only.
vue
<script setup lang="ts">
import { usePotiah } from "potiah"
const { scrollTo, potiah, direction, isScrolling } = usePotiah()
</script>
<script setup lang="ts">
import { usePotiah } from "potiah"
const { scrollTo, potiah, direction, isScrolling } = usePotiah()
</script>