Socket
Socket
Sign inDemoInstall

@kong-ui-public/misc-widgets

Package Overview
Dependencies
34
Maintainers
1
Versions
691
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kong-ui-public/misc-widgets

A collection of miscellaneous components and widgets.


Version published
Weekly downloads
1.2K
decreased by-2.78%
Maintainers
1
Install size
21.6 kB
Created
Weekly downloads
 

Readme

Source

@kong-ui-public/misc-widgets

A collection of miscellaneous components and widgets.

This package is a good home for random, one-off components that aren't complex and a standalone package is not necessary.

  • Components
  • Requirements
  • Usage

Components

Requirements

  • vue must be initialized in the host application
  • @kong/kongponents must be available as a dependency in the host application, along with the package's style imports. See here for instructions on installing Kongponents.
  • @kong-ui-public/i18n must be available as a dependency in the host application.

Usage

Install

Install the package in your host application

yarn add @kong-ui-public/misc-widgets

# OR

pnpm --filter="@kong-ui/konnect-app-{name} add @kong-ui-public/misc-widgets"

Register Components

You can import individual components locally where they are being used. Don't forget to import the styles as well.

<template>
  <GithubStar />
</template>

<script setup lang="ts">
import { GithubStar } from '@kong-ui-public/misc-widgets'
import '@kong-ui-public/misc-widgets/dist/style.css'
</script>

FAQs

Last updated on 18 Apr 2024

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc