sam-error-ribbon
v1.0.2
Published
A reusable error ribbon component
Downloads
5
Maintainers
Readme
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-ribbonUsage
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>
