0.1.4 • Published 5 months ago

kneekeetah-vue-ui-kit v0.1.4

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

Vue UI Kit

UI components created with Vue 3 and Typescript.

Unit testing using Jest and Vue Testing Library.

Quick start

npm:

  npm i kneekeetah-vue-ui-kit

yarn:

  yarn add kneekeetah-vue-ui-kit

After installation

  • Import styles bundle to your main file:
import "kneekeetah-vue-ui-kit/dist/style.css";

Using Nuxt:

export default defineNuxtConfig({
  css: ['kneekeetah-vue-ui-kit/dist/style.css],
})
  • Import components in your .vue files:
import { BaseDropdown, BaseInput, BaseButton } from "kneekeetah-vue-ui-kit";
0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago