How to use remirror - 1 common examples

To help you get started, we’ve selected a few remirror examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ifiokjr / remirror / docs / src / gatsby-plugin-theme-ui / components.tsx View on Github external
href={`#${props.id}`}
          sx={{
            color: 'inherit',
            textDecoration: 'none',
            ':hover': {
              textDecoration: 'underline',
            },
          }}
        >
          {props.children}
        
      
    ) : (
      
    );
  Component.displayName = isString(Tag) ? capitalize(Tag) : 'Heading';

  return Component;
};

remirror

One editing package to rule them all, one editing package to bind them.

MIT
Latest version published 2 months ago

Package Health Score

89 / 100
Full package analysis

Popular remirror functions