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.
| Piece | Title | Category | Install |
|---|---|---|---|
| editor27 | Bracket Match | Editor | npx shadcn add https://ui.beste.co/piece/r/editor27 |
| editor26 | Color Preview | Editor | npx shadcn add https://ui.beste.co/piece/r/editor26 |
| editor25 | Ruler Guide | Editor | npx shadcn add https://ui.beste.co/piece/r/editor25 |
| editor24 | Branch Switcher | Editor | npx shadcn add https://ui.beste.co/piece/r/editor24 |
| editor23 | Save Indicator | Editor | npx shadcn add https://ui.beste.co/piece/r/editor23 |
| editor22 | Code Lens | Editor | npx shadcn add https://ui.beste.co/piece/r/editor22 |
| editor21 | Regex Input | Editor | npx shadcn add https://ui.beste.co/piece/r/editor21 |
| editor20 | Git Blame | Editor | npx shadcn add https://ui.beste.co/piece/r/editor20 |
| editor19 | Selection Counter | Editor | npx shadcn add https://ui.beste.co/piece/r/editor19 |
| editor18 | Sticky Header | Editor | npx shadcn add https://ui.beste.co/piece/r/editor18 |
| editor17 | Parameter Hints | Editor | npx shadcn add https://ui.beste.co/piece/r/editor17 |
| editor16 | Multi Cursor | Editor | npx shadcn add https://ui.beste.co/piece/r/editor16 |
| editor15 | Snippet Placeholders | Editor | npx shadcn add https://ui.beste.co/piece/r/editor15 |
| editor14 | Problem Marker | Editor | npx shadcn add https://ui.beste.co/piece/r/editor14 |
| editor13 | Collab Cursor | Editor | npx shadcn add https://ui.beste.co/piece/r/editor13 |
| editor12 | Outline Panel | Editor | npx shadcn add https://ui.beste.co/piece/r/editor12 |
| editor11 | Find & Replace | Editor | npx shadcn add https://ui.beste.co/piece/r/editor11 |
| editor10 | Markdown Preview | Editor | npx shadcn add https://ui.beste.co/piece/r/editor10 |
| editor9 | Command Palette | Editor | npx shadcn add https://ui.beste.co/piece/r/editor9 |
| editor8 | Inline Suggestion | Editor | npx shadcn add https://ui.beste.co/piece/r/editor8 |
| editor7 | Hover Popover | Editor | npx shadcn add https://ui.beste.co/piece/r/editor7 |
| editor6 | Editor Tab Bar | Editor | npx shadcn add https://ui.beste.co/piece/r/editor6 |
| editor5 | File Tree | Editor | npx shadcn add https://ui.beste.co/piece/r/editor5 |
| editor4 | Diff View | Editor | npx shadcn add https://ui.beste.co/piece/r/editor4 |
1function render(items) {2items.forEach(draw);3}Matching bracket on line 3
Three-line snippet with the matching opening and closing brackets highlighted in primary.
--primary: #f43f5e;--accent: #8b5cf6;--surface: #0ea5e9;
CSS lines with inline color swatch squares next to each hex value.
const message = `Hello`;const longer = `Shipping the biggest onboarding upgrade yet`;const wrapped = items.map((i) => i.name).join(', ') + '!'
Editor panel with a rose vertical column-limit ruler and numbered code lines behind it.
Branch picker popover with search, a list of branches, ahead counts, and an emerald check on the current one.
Pill with filename and a state glyph: emerald check for saved, sky dot for dirty.
function greet(name: string)Action row above a function signature showing references, implementations, and inline commands.
Regex input with slashes, violet flags, and a tabular match-count pill on the right.
const greet = (name: string) =>Ayşe·3d ago·a1b2c3d`Merhaba, ${name}!`;Merve·today·9f0e4c2Ayşe·3d ago·a1b2c3d
Code lines with inline blame showing author, relative time, and short commit hash to the right.
Text with a primary-tinted highlight and a floating dark pill showing character and word counts.
// hidden lines…
const ready = useReady();
if (!ready) return null;Scope breadcrumb pinned above a code snippet, showing the current class, method, and block.
Function call line with a caret plus a signature popover underneath. The current parameter underlines in primary.
const name = 'Ayşe';const role = 'design';const team = 'core';
Stacked code lines each with a primary-tinted blinking caret at the same column plus a header count.
Code template with dashed-outline tab stops. Active placeholder tints primary, others stay muted.
Code line with a rose wavy underline on the offending token above an alert card with message and source code.
Code line with a teammate's blinking caret tinted by tone and a name tag floating above it.
Document outline with colored kind tiles for class, function, method, and prop. Depth-indented with an active row.
Two-row editor find bar with match counter, case/regex toggles, prev/next, replace, and replace-all.
Ship with confidence by running through the five-point review.
pnpm releaseRendered markdown mini card with a heading, lede paragraph, bullet list, and inline code chip.
Command palette card with a search bar, ranked results, hint captions, and kbd shortcut pills.
const greet = (name: string) => `Hello, ${name}!`;AI Suggestion caption above a code line with a solid prefix, italic muted ghost text, and a blinking caret.
function greet(name: string): stringReturns a localized greeting for the given name.
@/lib/greet.tsWavy-underlined symbol above a type-hover card showing signature, one-line description, and source path.
Row of filename tabs with active styling. Dirty tabs show a sky dot in place of the close button.