1.0.2 • Published 5 months ago
sam-error-ribbon v1.0.2
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>