@bobbykim/mcl-cards
v0.7.5
Published
card components based on @bobbykim/manguito-theme
Downloads
6
Readme
@bobbykim/mcl-cards
Demo
Install
npm i @bobbykim/mcl-cards
Usage
import { MclCardA, MclCardB, MclCardC, MclCardD } from "@bobbykim/mcl-cards"
;
<script setup lang="ts">
...
import { MclCardA, MclCardB, MclCardC, MclCardD } from '@bobbykim/card-alpha'
...
</script>
<template>
<mcl-card-a></mcl-card-a>
<mcl-card-b></mcl-card-b>
<mcl-card-c></mcl-card-c>
<mcl-card-d></mcl-card-d>
</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