1.0.2 • Published 5 months ago

sam-error-ribbon v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

sam-error-ribbon

This is a reusable Vue Ribbon component designed for easy integration into your Vue.js projects.

Installation

To install the component in your project, run the following command:

npm install sam-error-ribbon

Usage

To Use the component in your project, add the following code:

<template>
  <MyComponent errorText="New Error" />
</template>

<script>
import MyComponent from 'sam-error-ribbon';

export default {
  components: {
    MyComponent,
  },
};
</script>
1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago