UNPKG

@gits-id/card

Version:

GITS Card Component

44 lines (28 loc) 472 B
# 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 ```vue <script setup lang="ts"> import Card from '@gits-id/card'; </script> <template> <Card title="Header">My Body</Card> </template> ``` ## Documentation View `Card` documentation [here](https://gits-ui.web.app/?path=/story/components-card--default). ## License MIT