@hunter-industries/hunter-components
TypeScript icon, indicating that this package has built-in type declarations

0.0.39 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @hunter-industries/hunter-components

Weekly Downloads

8

Version

0.0.39

License

ISC

Unpacked Size

305 kB

Total Files

61

Last publish

Collaborators

  • sarahshookhunter