Inlay
Structured text input
A composable input primitive for building rich text experiences with tokens, mentions, search filters, and more. Fully headless, fully accessible.
Token renderingReact components as tokens
Mentions@mention support built-in
Native UXFeels like a real input
AccessibleWCAG 2.1 compliant
MentionsSearch filtersAI inputsTags
import { Inlay } from '@bizarre/ui'<Inlay.Root> <Inlay.Input placeholder="Type here..." /> <Inlay.Tokens> {tokens.map(t => <Inlay.Token key={t.id} />)} </Inlay.Tokens> </Inlay.Root>