Docs
Tags Input
Tags Input

Description goes here

Add tags by pressing enter

Press backspace to remove the last tag

Installation

pnpm dlx shadcn@latest add https://deltacomponents.dev/r/tags-input

Usage

"use client"
 
import * as React from "react"
import { TagsInput } from "@/registry/inputs/tags-input"
 
export function Component() {
  return <TagsInput />
}

API Reference

Parameters

NameTypeDescription
proptypedescription