Skip to content

OIcon

API

Usage

vue
<template>
  <o-icon name="search" color="#000000" />
</template>

<script setup lang="ts">
import { OIcon } from '@yiitap/vue';
</script>

MIT Licensed.