Socket
Book a DemoInstallSign in
Socket

@qikdev/vue-ui

Package Overview
Dependencies
Maintainers
1
Versions
380
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qikdev/vue-ui

Vue UI component library

0.2.365
latest
Source
npmnpm
Version published
Weekly downloads
930
82%
Maintainers
1
Weekly downloads
 
Created
Source

Qik Vue UI Kit

UI Kit Documentation | SDK Documentation | REST API Documentation | Website

Usage

For use in Vue 3 projects where you want to use the Qik UI features and elements. This should be used in conjunction with the Qik Javascript SDK.

Installation

npm install @qikdev/vue-ui --save

Getting Started


// Import the Qik sdk
import Qik from '@qikdev/sdk';

//Import the Qik module
import { QikUI, Selection, Device } from '@qikdev/vue-ui';


// Import and create a Vue Application
import { createApp } from 'vue'
import App from './App.vue'
const app = createApp(App)

// Create an instance of the SDK
const sdk = new Qik({
    apiURL: 'production',
});


// Initialise the UI kit
app.use(QikUI, sdk);

// Mount your app
app.mount('#app')

Keywords

qik

FAQs

Package last updated on 04 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.