Skip to content

quasar-core

Core components and directives for the Kalisio ekosystem

Overview

quasar-core is the foundation of the quasar-ekosystem. It provides a set of generic UI components and directives built on top of the Quasar Framework, all automatically registered when the plugin is installed.

It is organized around 2 modules:

  • components — generic UI building blocks (chip, modal, tabs, tree…)
  • directives — reusable Vue directives (v-hover, v-safe-html)
  • plugin - the main entry point of the package

Installation

Install with your preferred package manager:

bash
pnpm add @kalisio/quasar-core
bash
npm install @kalisio/quasar-core
bash
yarn add @kalisio/quasar-core