Sensitive Input
kumo-svelte

Installation

Barrel

Granular

Usage


export default function Example() {
  return <SensitiveInput label="Secret" defaultValue="my-secret-key" />;
}

Sizes

SensitiveInput supports multiple sizes to fit different contexts.

Controlled

Use controlled mode for full control over the input value.

States

Various input states including error, disabled, read-only, and with
description.

API Reference

Props table: SensitiveInput