npm i @bobbykim/mcl-container
import { MclContainerA, MclContainerB } from "@bobbykim/mcl-container"
;
<script setup lang="ts">
...
import { MclContainerA, MclContainerB } from "@bobbykim/mcl-container"
...
</script>
<template>
<mcl-container-a></mcl-container-a>
<mcl-container-b></mcl-container-b>
</template>
- @bobbykim/manguito-theme
- Bobby Kim - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details