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
Reusable Alert Component
Installation
npm
npm i @gits-id/alert
yarn
yarn add @gits-id/alert
pnpm
pnpm i @gits-id/alert
Usage
Import button styles in your main.ts
:
// main.ts
import '@gits-id/alert/dist/style.css';
<script setup lang="ts">
import Alert from '@gits-id/alert';
</script>
<template>
<Alert color="primary">Click Me</Alert>
</template>
Documentation
View Alert
documentation here.
Licence
ISC