0.0.3 • Published 1 year ago

y-phi-ui v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago
import phi from "y-phi-ui"
//iconify-json/...
//phi.installIcon(...)
app.use(phi)
<!--App.vue-->
<template>
 <App v-model="app">
  <template #cursor>
   <Cursor></Cursor>
  </template>
 </App>
</template>
<script lang="ts" setup>
import {App,Application,Cursor} from "y-phi-ui"
const app = Application.getInstance()
</script>
0.0.3

1 year ago

0.0.2

1 year ago