0.0.5 • Published 2 years ago

nekkid-component-library v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Nekkid - vue-component-library

install this library:

npm i nekkid-component-library

import library-styles globally

// e.g. main.js or main.ts ...
import "nekkid-component-library/dist/nekkid-component-library.css"

use components where you need them

<!-- some component/view --> 
<script setup>
import { NekkidButton } from 'nekkid-component-library';
</script>

<template>
  <NekkidButton :text="'Hello Nekkid'"/>
</template>
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago