Command Palette

Search for a command to run...

Emoji Picker

A emoji picker is a component that allows users to select an emoji from a list of emojis.

About

The <EmojiPicker /> component is built on top of frimousse.

Installation

pnpm dlx shadcn@latest add https://ui-x.junwen-k.dev/r/emoji-picker.json

Usage

import {
  EmojiPicker,
  EmojiPickerSearch,
  EmojiPickerContent,
  EmojiPickerFooter,
} from "@/components/ui/emoji-picker";
<EmojiPicker>
  <EmojiPickerSearch />
  <EmojiPickerContent />
  <EmojiPickerFooter />
</EmojiPicker>

Examples

Default

Form