New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@gits-id/card

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gits-id/card

GITS Card Component

latest
npmnpm
Version
1.0.0-beta.3
Version published
Maintainers
1
Created
Source

GITS Card Component

Reusable Card Component

Installation

via npm

npm i @gits-id/card

via yarn

yarn add @gits-id/card

via pnpm

pnpm i @gits-id/card

Usage

<script setup lang="ts">
import Card from '@gits-id/card';
</script>

<template>
  <Card title="Header">My Body</Card>
</template>

Documentation

View Card documentation here.

License

MIT

Keywords

card

FAQs

Package last updated on 08 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts