tetra-ui Logotetra ui

Action Input

A component that allows a user to trigger an action and displays a value attached to the action.

action-input

Installation

npx shadcn@latest add @tetra-ui/action-input

Usage

import { ActionInput } from "@/components/ui/action-input";
<ActionInput placeholder="Enter your address" />

On this page