The module supports programmatic usage, meaning you can use UIkit's JavaScript functions by default!

<script setup>
import { onMounted } from 'vue'
import UIkit from 'uikit'
  onMounted(() => {
    UIkit.notification("Nuxt + UIkit!")
  })
</script>

Learn more about UIkit's JavaScript functions and how to use them!