0.1.4 • Published 1 year ago

kneekeetah-vue-ui-kit v0.1.4

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

1 year ago

0.1.3

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

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