0.0.5 • Published 7 months ago

nekkid-component-library v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
7 months 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

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago