Hand-drawn
Hand-drawn booking
A hand-drawn call booking: a real form in a sketched frame — days and times as capsule radio buttons (taken ones crossed out), phone in a handwritten frame, a checkbox with a two-stroke tick, an ink-filled button. Without action it shows “done” in place.
What you can change
- all labels — eyebrow, title, description, submitLabel — days, slots, hint and footnote
- action — where to submit; without it doneLabel is shown
- accent and ink, rough and boil, tone
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/sketch-021?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
One file, zero dependencies, “use client”. Layout follows its own width: a column, from 52rem text on the left and the form on the right. The form is a <form> inside Frame (a span measured by ResizeObserver, a rectPoints outline with shadow), the sheet rotated 0.6° with the content rotated back. Days and times are <label>s with an invisible <input type=radio> and a Frame capsule; the chosen one is filled, a taken one is disabled and crossed with a diagonal stroke. The phone is an <input type=tel> in a Frame whose line thickens on focus. The checkbox is a hidden input and a Frame square with a tick appearing on :checked. The button is a filled Frame with a <button type=submit>. With empty action submit is intercepted and doneLabel is shown; with action the form POSTs. Three boil frames via @property --frame. Neucha and Caveat via <link precedence>, palette --vibeui-sketch-021-* with light-dark.
Tags
- sketch
- hand-drawn
- handwritten
- doodle
- rough
- boil
- contact
- booking
- form
- schedule
- slots
- call
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…