@hunter-industries/hunter-components
v0.0.39
Published
Vue component library
Downloads
290
Readme
Hunter Component Library
Introduction
This Component Library is currently for utilization by Vue applications at Hunter Industries.
Getting Started
Requirements
This library requires Node 18+ and Vue 3.
Usage
Import the library from Hunter Industry's Azure DevOps Library into your view app.
Import a component from the library as you would a normal Vue component, passing props if required.
Example
Here is how to utilize the HunterButton component a template in your project:
<template>
<div class="testing-wrapper">
<HunterButton variant="primary"
>Launch MyDesign</HunterButton>
</div>
</template>
<script setup lang="ts">
import { HunterButton } from "hunter-components";
</script>
Usage Notes
This is a starter template for use in other projects. Changes made to this template should not be pushed to the current repo unless you are a developer/maintainer of this template.
Future Features
Upcoming features will include:
- Unit testing templates