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

komps

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

komps

Komps is a library of style-less Web Components for building UIs. Komps is platform-agnostic, and each component is fully tree-shakeable by any bundler.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Dolla

Komps is a library of style-less Web Components for building UIs. Komps is platform-agnostic, and each component is fully tree-shakeable by any bundler. Documentation

Dependencies

Dolla

Floating UI

Installation

npm install komps

Usage

Import only the components you use.

import {Modal} from 'komps';

new Modal({content: "Hello World"});

Documentation

Checkout details about each method on komps.js.org

Development

Testing

TODO

Documenation

Develope

cd docs-src
be middleman server

Build

cd docs-src
be middleman build

Release

npm publish

Keywords

components

FAQs

Package last updated on 21 Mar 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