Murphy Logo Murphy

PK Input

The PKInput component is an input field with support for inline public key validation.

Installation

Install shadcn/ui input component

npx shadcn@latest add input

Install Murphy PKInput

pnpm dlx shadcn@canary add https://www.murphyai.dev/r/pk-input.json

Basic Usage

import {PKInput} from "@/components/ui/murphy/pk-input.tsx"
<PKInput placeholder="Enter your public key"/>

On this page