Package Exports
- @morpheme/badge
- @morpheme/badge/package.json
- @morpheme/badge/src/Changelog.stories.mdx
- @morpheme/badge/src/Readme.stories.mdx
- @morpheme/badge/src/VBadge.dark.scss
- @morpheme/badge/src/VBadge.scss
- @morpheme/badge/src/VBadge.spec.ts
- @morpheme/badge/src/VBadge.stories.ts
- @morpheme/badge/src/VBadge.vue
- @morpheme/badge/src/VBadgeContent.vue
- @morpheme/badge/src/VBadgeGroup.vue
- @morpheme/badge/src/api.ts
- @morpheme/badge/src/badge-content.ts
- @morpheme/badge/src/index.ts
- @morpheme/badge/src/types.ts
- @morpheme/badge/src/vue.d.ts
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 (@morpheme/badge) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Morpheme Badge
Morpheme Badge.
Installation
npm
npm i @morpheme/badgeyarn
yarn add @morpheme/badgepnpm
pnpm i @morpheme/badgeUsage
<script setup lang="ts">
import Badge from '@morpheme/badge';
</script>
<template>
<Badge color="primary"> Text </Badge>
</template>Documentation
View Badge documentation here.
License
MIT