File Upload

File Or Link

An attachment from two sources: a file from disk or a link. The panel switch runs on the :has selector, so there is no state and no client JS.

What you can change

  • the title and the fileTab and linkTab captions
  • the name prop: both source field names are built from it
  • the accent through the accent prop — it colours the active tab and focus

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/file-009?lang=en&theme=dark

2Paste into the chat
3Get it in your project

Not sure where to paste it? Step-by-step guide

Show the full instructions

What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.

Loading…

For developers

The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.

Technical notes

The component is self-contained: one file, no dependencies, its own palette in the local --vibeui-file-009-* variables. Server component: the tabs are built on two radio inputs inside labels, and which panel shows is decided by :has on the root through the data-choice attribute — there are no identifiers in the styles, so the component ports over without a single edit. The radio inputs are hidden visually but stay focusable, and the focus ring is drawn on the label through :has(input:focus-visible). The theme comes from the surrounding color-scheme through light-dark(): the block has no surface by default, it sits directly on the page background and darkens with it, while the background prop turns on a surface of its own. The active tab and the address field are painted with a separate --vibeui-file-009-raise token, so a transparent surface does not swallow the raised tile.

Tags

  • file
  • link
  • tabs
  • upload
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…