Tags Input
Tags Input Components like github and youtube
Tags Input Components like github and youtube
npx uilayouts@latest add tags-input
Prop | Type | Default | Description |
---|---|---|---|
tags | string[] | [] | Array of strings representing the tags to display in the input. |
setTags | React.Dispatch<React.SetStateAction<string[]>> | - | Function to update the tags array, typically used with a useState hook. |
editTag | boolean | true | Optional flag that enables or disables the ability to edit tags in the input compone |