New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@knime/kds-components

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knime/kds-components

Package containing basic Vue components of the KNIME Design System

latest
Source
npmnpm
Version
0.22.3
Version published
Weekly downloads
3.8K
-22.59%
Maintainers
1
Weekly downloads
 
Created
Source

@knime/kds-components

Vue components library for the KNIME Design System.

Installation

pnpm add @knime/kds-components

Usage

TODO: fill once better examples are available, also explain how to set up using @knime/kds-styles

<script setup>
import { Icon } from "@knime/kds-components";
</script>

<template>
  <Icon name="checkmark" size="large" />
</template>

Available Components

  • Button: Basic button component
  • Icon: Icon component with various KNIME icons
  • DataType: DataType component rendering a data type icon inside a box

Development

Building

pnpm build

License

GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)

Keywords

knime

FAQs

Package last updated on 01 Apr 2026

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