JSPM

  • Created
  • Published
  • Downloads 888
  • Score
    100M100P100Q123931F
  • License MIT

Morpheme Button Component

Package Exports

  • @morpheme/button
  • @morpheme/button/package.json
  • @morpheme/button/src/Changelog.stories.mdx
  • @morpheme/button/src/Readme.stories.mdx
  • @morpheme/button/src/VBtn.dark.scss
  • @morpheme/button/src/VBtn.scss
  • @morpheme/button/src/VBtn.spec.ts
  • @morpheme/button/src/VBtn.stories.ts
  • @morpheme/button/src/VBtn.vue
  • @morpheme/button/src/VBtnGroup.vue
  • @morpheme/button/src/VBtnToolbar.vue
  • @morpheme/button/src/index.ts
  • @morpheme/button/src/stories/ButtonTest.vue
  • @morpheme/button/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/button) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Morpheme Button Component

Button Component

Installation

via npm

npm i @morpheme/button

via yarn

yarn add @morpheme/button

via pnpm

pnpm i @morpheme/button

Usage

<script setup lang="ts">
  import Button from '@morpheme/button';
</script>

<button color="primary">Click Me</button>

Documentation

View Button documentation here.

License

MIT