UNPKG

md-editor-rt

Version:

Markdown editor for react, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...

2 lines (1 loc) 711 B
"use strict";const t=require("react/jsx-runtime"),a=require("react"),l=require("./chunks/config.cjs"),c=require("./chunks/index.cjs"),u=e=>{const{width:s="auto",height:n="auto"}=e,d=a.useMemo(()=>`${l.prefix}-toolbar-item${e.disabled?" "+l.prefix+"-disabled":""}`,[e.disabled]);return t.jsxs(t.Fragment,{children:[t.jsx("div",{className:d,title:e.title,onClick:i=>{e.disabled||e.onClick(i)},children:e.trigger}),t.jsx(c.Modal,{className:e.className,style:e.style,width:s,height:n,title:e.modalTitle,visible:e.visible,showMask:e.showMask,onClose:e.onClose,showAdjust:e.showAdjust,isFullscreen:e.isFullscreen,onAdjust:i=>{e.onAdjust instanceof Function&&e.onAdjust(i)},children:e.children})]})};module.exports=u;