npm i @bobbykim/mcl-input-file
import MclInputFile from "@bobbykim/mcl-input-file"
;
In your code
<script setup lang="ts">
...
import MclInputFile from '@bobbykim/mcl-input-file'
...
</script>
<template>
<mcl-input-file></mcl-input-file>
</template>
- @bobbykim/manguito-theme
- Bobby Kim - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details