diff --git a/website/src/data/showcase/remirror.png b/website/src/data/showcase/remirror.png new file mode 100644 index 0000000000..ede6fe0204 Binary files /dev/null and b/website/src/data/showcase/remirror.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 29aece6965..e6766a5d84 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -1159,6 +1159,14 @@ const Users: User[] = [ source: 'https://github.com/facebook/relay/tree/main/website', tags: ['opensource', 'favorite', 'design', 'versioning'], }, + { + title: 'Remirror', + description: 'The editor that makes ProseMirror fun to use for React developers', + preview: require('./showcase/remirror.png'), + website: 'https://remirror.io/', + source: 'https://github.com/remirror/remirror', + tags: ['opensource', 'design', 'large'], + }, { title: 'Remotion', description: 'Write videos programmatically in React',