@bobbykim/mcl-container
v0.7.1
Published
basic container components based on manguito-theme
Downloads
40
Readme
@bobbykim/mcl-container
Demo
Install
npm i @bobbykim/mcl-container
Usage
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>
Dependencies
- @bobbykim/manguito-theme
Maintainer
- Bobby Kim - Initial work
License
This project is licensed under the MIT License - see the LICENSE.md file for details