UNPKG

strapi-html-editor

Version:

Presenting an alternative to standard wysiwyg editor in Strapi in the form of this HTML-editor that facilitates easier and hussle-free data customization to use with various frontends.

13 lines (9 loc) 165 B
/** * * PluginIcon * */ import React from 'react'; import Puzzle from '@strapi/icons/Puzzle'; const PluginIcon = () => <Puzzle />; export default PluginIcon;