# Beste UI

> Beautiful, accessible blocks, pieces and components for shadcn/ui and Tailwind CSS, built for React and Next.js. Install one with the shadcn CLI and the code is yours to edit: no runtime dependency, nothing to upgrade.

Markdown rendition of https://ui.beste.co/piece/input27. Every page on the site has one: add `.md` to any address, or send `Accept: text/markdown`.

Whole catalog for LLMs: https://ui.beste.co/llms.txt. Registry index: https://ui.beste.co/r/registry.json

---
1. /
2. [Pieces](/pieces)
3. /
4. [Input](/pieces/input)
5. /
6. Mentions & Tags

# Mentions & Tags

Message input that highlights @-mentions in sky and #channel tags in violet amid plain body text.

Thread

Can we ping @mira about the #launch-prep agenda?

CLICode

Base UI

![](https://oud.pics/sm/l/npm.svg)`npx shadcn add https://ui.beste.co/piece/r-base/input27`

New here? Read the [installation guide](/docs/installation).

Import & useCopy

```
import { Input27 } from "@/components/beste/piece/input27";

<Input27
  label="Thread"
  tokens={[
    {
      "text": "Can we ping "
    },
    {
      "text": "mira",
      "type": "at"
    },
    {
      "text": " about the "
    },
    {
      "text": "launch-prep",
      "type": "hash"
    },
    {
      "text": " agenda?"
    }
  ]}
/>
```

## More Input pieces

[View all Input](/pieces/input)

[](/piece/input20)

Accent color

Mira violet#6D5EFA

### Color Input

Color field pairing a filled swatch with the chosen name and hex code and an eyedropper button.

[](/piece/input25)

typescript

12

const answer = 42;return answer \* 2;

### Code Input

Dark mono code field with a language eyebrow, line-number gutter, and content lines on a foreground canvas.

[](/piece/input14)

Ready when you are

### Hero Input

Oversized text field with large type and a fatter caret, made for hero sections and prompt bars.

[](/piece/input5)

Beste Sözen

### Text Field

Bare text input atom with a focused state that adds a primary ring and a blinking caret after the value.

[](/piece/input1)

you@company.com

Subscribe

### Email Subscribe

Inline email field with a mail icon and a primary submit button docked on the right.

[](/piece/input15)

Start date

2026-04-23▼

### Date Input

Date field with a leading calendar icon, mono ISO value, and a chevron hinting at a popover.

## Ship the interface, keep the code.

New blocks, pieces and components every week. Install one with a command and it is yours to edit. No runtime dependency, no upgrade path to fight.

[Browse the libraryBrowse the library](/blocks)[See pricingSee pricing](/pricing)

### Library

* [Blocks](/blocks)
* [Pages](/pages)
* [Pieces](/pieces)
* [Components](/components)
* [Search](/search)

### Learn

* [Docs](/docs)
* [AI & MCP](/docs/mcp)
* [Blog](/blog)
* [Free tools](/tools)
* [What's new?](/changelog)
* [Website Builder](https://beste.co)

### More

* [Pricing](/pricing)
* [Referrals](/referrals)
* [License](/license)
* [GitHub](https://github.com/beste-co/beste-ui)

### Shadcn Blocks

* [Shadcn Hero Blocks](/blocks/hero)
* [Shadcn Feature Blocks](/blocks/feature)
* [Shadcn Pricing Blocks](/blocks/pricing)
* [Shadcn CTA Blocks](/blocks/cta)
* [Shadcn FAQ Blocks](/blocks/faq)
* [Shadcn About Blocks](/blocks/about)
* [Shadcn Stats Blocks](/blocks/stats)
* [Shadcn Footer Blocks](/blocks/footer)
* [Shadcn Navigation Blocks](/blocks/navigation)
* [Shadcn Auth Blocks](/blocks/auth)
* [Shadcn Ecommerce Blocks](/blocks/ecommerce)
* [Shadcn Portfolio Blocks](/blocks/portfolio)
* [Shadcn Showcase Blocks](/blocks/showcase)
* [Shadcn Careers Blocks](/blocks/careers)
* [Shadcn Onboarding Blocks](/blocks/onboarding)
* [Shadcn Coming Soon Blocks](/blocks/coming-soon)
* [Shadcn Post Blocks](/blocks/post)
* [Shadcn Legal Blocks](/blocks/legal)
* [Shadcn Workflow Blocks](/blocks/workflow)
* [Shadcn News Blocks](/blocks/news)

© 2026, [Beste](https://beste.co). All rights reserved.