Inline :shortcode typing with an autocomplete dropdown showing emoji previews.
The import and the props worth knowing about, in one place.
import { Editor33 } from "@/components/beste/piece/editor33";
<Editor33
query=":fi"
items={[
{
"shortcode": ":fire:",
"emoji": "๐ฅ",
"active": true
},
{
"shortcode": ":finish_line:",
"emoji": "๐"
},
{
"shortcode": ":first_place:",
"emoji": "๐ฅ"
},
{
"shortcode": ":fish:",
"emoji": "๐"
}
]}
/>Autocomplete popup with a blinking caret up top and a dropdown listing kind-colored tiles, names, and type signatures.
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.
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.
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.