@bobbykim/mcl-collapse
v0.7.4
Published
collapse component built on top of @bobbykim/manguito-theme
Downloads
4
Readme
@bobbykim/mcl-collapse
Demo
Install
npm i @bobbykim/mcl-collapse
Usage
import { MclCollapseA, MclCollapseB } from "@bobbykim/mcl-collapse"
;
<script setup lang="ts">
...
import { MclCollapseA, MclCollapseB } from '@bobbykim/mcl-collapse'
...
</script>
<template>
<mcl-collapse-a></mcl-collapse-a>
<mcl-collapse-b></mcl-collapse-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