react-activity-feed
Version:
React components to create activity and notification feeds
20 lines (13 loc) • 291 B
text/mdx
route: /components/emoji-picker
menu: UI Components
import { Playground, Props } from 'docz';
import { EmojiPicker } from './EmojiPicker';
# EmojiPicker
## Properties
<Props of={EmojiPicker} />
## Basic usage
<Playground>
<EmojiPicker onSelect={console.log} />
</Playground>