PKInput
The PKInput component is an input field with support for inline public key validation.
Installation
1. Install shadcn/ui input component
Use shadcn/ui CLI or manually install the input component.
2. Install SolanaUI PKInput
Copy the code below to src/components/sol/pk-input.tsx
.
3. Use PKInput
Import the PKInput
component and use it in your app.