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


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.