Skip to content
See live

Tags input

A TagsInput renders its field as a text field and each tag as a Material chip on the secondary container.

A tags input with two entered tags shown as badgesA tags input with two entered tags shown as badges
php
use Filament\Forms\Components\TagsInput;

TagsInput::make('tags')->placeholder('Add a tag');

The remove button on a tag is fully rounded and carries a state layer of its own. See badges for the shapes a badge takes elsewhere.