UNPKG

similiquedicta

Version:
40 lines (37 loc) 1.1 kB
import { MentionData } from '@draft-js-plugins/mention'; const mentions: MentionData[] = [ { name: 'matthew', title: 'Senior Software Engineer', avatar: 'https://pbs.twimg.com/profile_images/517863945/mattsailing_400x400.jpg', }, { name: 'julian', title: 'United Kingdom', avatar: 'https://avatars2.githubusercontent.com/u/1188186?v=3&s=400', }, { name: 'jyoti', title: 'New Delhi, India', avatar: 'https://avatars0.githubusercontent.com/u/2182307?v=3&s=400', }, { name: 'max', title: 'Travels around the world, brews coffee, skis mountains and makes stuff on the web.', avatar: 'https://avatars0.githubusercontent.com/u/7525670?s=200&v=4', }, { name: 'nik', title: 'Passionate about Software Architecture, UX, Skiing & Triathlons', avatar: 'https://avatars0.githubusercontent.com/u/223045?v=3&s=400', }, { name: 'pascal', title: 'HeathIT hacker and researcher', avatar: 'https://pbs.twimg.com/profile_images/688487813025640448/E6O6I011_400x400.png', }, ]; export default mentions;