Package Exports
- @gits-id/alert
- @gits-id/alert/dist/alert.es.js
- @gits-id/alert/dist/alert.umd.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gits-id/alert) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
GITS Alert Component
Alert Component
Installation
npm
npm i @gits-id/alert
yarn
yarn add @gits-id/alert
pnpm
pnpm i @gits-id/alert
Usage
Import Alert
to your component:
<script setup lang="ts">
import Alert from '@gits-id/alert';
</script>
<template>
<Alert color="primary">Lorem ipsum</Alert>
</template>
Documentation
View Alert
documentation here.
License
MIT