0.1.63 ā€¢ Published 9 months ago

vue-custom-belt v0.1.63

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

vue-custom-belt

GitHub license npm version PRs Welcome

šŸ‘‹ Howdy and welcome to vue-custom-belt!

vue-custom-belt is a Vue 3 component which can be used to easily create any style martial arts belt in SVG format.

šŸ‘€ Demo and Documentation

šŸž Report Bugs and šŸš€ Feature Requests

āœØ Highlights

  • Vite + Vue + TypeScript = ā¤ļø
  • SVG vector images
  • Predefined belts
  • Random belt generator
  • Clean and focused
  • Actively maintained

Install

npm install vue-custom-belt

Example Usage

<template>
  <CustomBelt :belt-props="whiteBelt" />
</template>

<script setup lang="ts">
  import { CustomBelt, getBeltPropsSolid } from 'vue-custom-belt';

  const whiteBelt = getBeltPropsSolid('My Solid White Belt', '#FFFFFF');
</script>

For full usage and examples see the Demo and Documentation.

šŸ’» NPM Commands

CommandAction
npm installInstalls all dependencies
npm run buildRebuilds project
npm run devStarts local dev server
npm run lintRun lint project
npm run testRun all test cases
0.1.55

11 months ago

0.1.56

10 months ago

0.1.57

9 months ago

0.1.58

9 months ago

0.1.59

9 months ago

0.1.63

9 months ago

0.1.60

9 months ago

0.1.54

12 months ago

0.1.53

12 months ago

0.1.52

12 months ago

0.1.51

1 year ago

0.1.47

1 year ago

0.1.46

1 year ago

0.1.44

1 year ago

0.1.43

1 year ago

0.1.42

1 year ago

0.1.41

1 year ago

0.1.40

1 year ago

0.1.39

1 year ago

0.1.38

1 year ago

0.1.37

1 year ago

0.1.36

1 year ago

0.1.35

1 year ago

0.1.32

1 year ago

0.1.31

1 year ago

0.1.30

1 year ago

0.1.29

1 year ago

0.1.28

1 year ago

0.1.27

1 year ago

0.1.26

1 year ago

0.1.25

1 year ago

0.1.24

1 year ago

0.1.23

1 year ago

0.1.22

1 year ago

0.1.21

1 year ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago