inverted-chaflan-card
v0.0.1
Published
An Astro component that generates an simple inverted-chaflan-card
Downloads
1
Maintainers
Readme
inverted-chaflan-card
An Astro component that generates an simple inverted-chaflan-card
Installation 📖
# You can intall with npm
npm install inverted-chaflan-card
# or with yarn
yarn add inverted-chaflan-card
# or with pnpm
pnpm add inverted-chaflan-cardUsage ⚙️
---
import InvertedChaflanCard from 'inverted-chaflan-card';
---
const data = {
username: 'Kakashi Hatake',
profession: 'Professional Ninja',
posts: 77,
followers: 120,
following: 47,
message: 'Hello!',
videoSrc: 'https://20essentials.github.io/project-1279/assets/video.mp4',
perfilSrc: 'https://20essentials.github.io/project-1279/assets/p3rfil.avif'
};
<InvertedChaflanCard userData={data} />
