@bobbykim/mcl-hero
v0.7.0
Published
hero components based on manguito theme
Downloads
7
Readme
@bobbykim/mcl-hero
Demo
Install
npm i @bobbykim/mcl-hero
Usage
import { MclHeroA, MclHeroB, MclHeroC } from "@bobbykim/mcl-hero"
;
<script setup lang="ts">
...
import { MclHeroA, MclHeroB, MclHeroC } from "@bobbykim/mcl-hero"
...
</script>
<template>
<mcl-hero-a></mcl-hero-a>
<mcl-hero-b></mcl-hero-b>
<mcl-hero-c></mcl-hero-c>
</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