Empty
Coming Soon
A section still in progress: a promised timeframe, a notify-me subscription form, and a confirmation instead of a repeatedly clickable button after submitting.
What you can change
- title, text and eta
- placeholder, submitLabel and confirmText
- the onSubscribe handler — receives the entered email
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/empty-020?lang=en&theme=dark
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 client-side: useState keeps the email field value and a submitted flag. The form is sent on submit and the email is validated by the native required and type="email"; after submitting, the form is hidden and a confirmation takes its place — pressing the button again is impossible. The field label is hidden visually through clip-path in the component's own CSS rather than through a theme utility class. The clock icon is an inline svg, and the form layout is computed from its own width through @container.
Tags
- empty
- coming soon
- subscribe
- onboarding
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…