Compact, self-contained widgets that behave like assets. Drop them into any block, card, or page to add a small touch of polish without rewriting the surrounding UI.
Money request bubble with a direction arrow, large amount, optional italic note, and Pay / Decline actions.
Pushed a new pass on the empty states — peek when you have a sec 🎨
Avatar plus inline author, optional role chip, timestamp, and the message body beneath.
Struck-through outgoing bubble with a rose alert dot, Not delivered label, and retry / delete actions.
const greeting = "Hello, Beste!";tsOne-line code snippet with a monospace pill and a tiny language tag on the right.
export function greet(name: string) {return `Hello, ${name}!`;}console.log(greet("Beste"));
Dark editor card with three traffic-light dots, a filename tab, and line-numbered code.
bun add @beste/uiSingle-line install or run command, prefixed with a dollar sign in monospace.
function greet(name) { return 'Hi ' + name; return `Hello, ${name}!`;}Compact diff card with added, removed, and context lines tinted in emerald and rose.
const user = await fetchUser("42");Single-line snippet with keywords, strings, and function names colored by semantic token kind.
Stacked import statements with destructured names and module paths in a quiet syntax palette.
Pretty-printed JSON object with sky keys, emerald strings, and amber numerics.
Action label paired with a row of monospace key caps joined by plus separators.
Error headline followed by a few stack frames with file paths and amber line and column numbers.
Multi-line SQL with violet keywords, emerald string literals, and amber numerics.
HTTP request rendered as a curl invocation with method, URL, headers, and body across continued lines.
Dotenv listing with sky keys, italic muted comments, and grouped sections separated by blank lines.
Catalog tile with a square product photo, a corner New tag, a heart save button, and a name, price, and star rating footer.
Color picker row with circular palette swatches, a ringed check on the selected color, and a diagonal line over sold-out options.
Six-slot size grid with a tone-filled selected cell and a diagonal line over sold-out sizes, plus an optional size guide link.
Urgency row with a pulsing dot that flips emerald, amber, or rose by remaining stock, a watchers count, and a thin stock bar.
Pricing card with the sale price in rose, the original price struck through, a percent-off badge, and a countdown to sale end.
Mini cart-line card with product photo, name, variant, price, a minus/plus quantity stepper, and a tone-filled Add to cart button.
Frequently-bought-together row with product thumbnails joined by plus icons, a bundle total with a Save emerald chip, and a tone Add-items CTA.
Shipping threshold card with a truck icon, an amount-to-go message that flips emerald on qualifying, and a tone progress fill toward the goal.
Post-purchase card with an emerald check, order id, total price, a package-arrival line, and the receipt email destination.