Bulk invite field that tokenizes addresses into chips and flags invalid ones with a rose tint.
New here? Read the installation guide.
import { Form17 } from "@/components/beste/piece/form17";
<Form17
label="Invite by email"
emails={[
{
"address": "lara@beste.co",
"valid": true
},
{
"address": "nils@beste.co",
"valid": true
},
{
"address": "om@acme",
"valid": false
}
]}
placeholder="Separate with commas"
error="om@acme is missing the domain ending."
/>Invalid field with a rose ring, alert icon inside the input, and a descriptive error under it.



Inline @-mention typed into a field, paired with an avatar-led autocomplete dropdown beneath.
Free-form tagger that wraps committed tokens as removable chips and shows a placeholder slot at the end.