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.
const users = load();for (const user of users) {12×render(user);}
Gutter with rose breakpoint dots, an amber-highlighted current line, and a hit-count chip.
const name = user.prfile.name;Property 'prfile' does not exist on type 'User'.Code line where the offending token gets a colored wavy underline and the diagnostic message renders inline beside it.
Call stack list with function names, source file and line, and an amber current-frame highlight.
1function·greet(name)·{2→return·`Hello,·${name}!`;3}
Code lines with muted middle-dots for spaces and → glyphs for tabs, revealing indentation.
Build-result banner with an emerald success state showing duration and bundle size, or a rose error state with count.
No tutorials needed.
If you can order food online, you can build a website with Beste.
Side-panel content editor with a header chip row, locale and history pills, and stacked rich-text fields for heading and description.
Start by adding your first block.
Centered editor placeholder with a soft icon tile, headline, hint line, and a recolorable call-to-action pill.
You have changes that are not yet published
Compact deploy card pairing a live URL row, domain verification badge, unpublished-change hint, and a recolorable publish button.
Course tile with a gradient thumbnail, instructor byline, duration, and an inline progress bar.
Single lesson entry with a status glyph on the left, title, duration, and padded index on the right.
Circular ring showing percent complete next to a course label and a lessons-done caption.
Video lesson card with a play thumbnail, duration badge, watched bar, and a chapter eyebrow.
Collapsible course module header that reveals a timed lesson list underneath when expanded.
Course metadata strip summarizing student count, star rating, and last updated in a three-column grid.
Vertical learning path with done, current, and locked steps connected by a colored rail.
Resume-the-lesson banner with a play tile, eyebrow label, title, time remaining, and a Resume button.
Streak card with a flame badge, seven-day dot grid, and an encouraging caption underneath.
Skill card with a violet level badge, XP numerator over denominator, and a gradient progress track.
Multiple-choice card with a progress bar in the header, stem text, and four lettered option rows.
Quiz outcome card with a trophy tile, pass or fail tint, score fraction, percent, and elapsed time.
Amber-trimmed completion certificate with an award medallion, italic recipient line, and credential ID.
Graded assignment card with a color-tinted letter tile, score fraction, and a clipped feedback excerpt.
Course assignment card with a violet file tile, status pill, due date, and attachment count footer.
In lesson 6, the dependency array skips the `setCount` setter. Isn't it a stale closure risk?
Student Q&A card with an avatar header, resolved pill, clipped question body, and reply and like counts.