mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
feat(react/dialogs): port cheatsheet
This commit is contained in:
7
apps/client/src/widgets/react/RawHtml.tsx
Normal file
7
apps/client/src/widgets/react/RawHtml.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
interface RawHtmlProps {
|
||||
html: string;
|
||||
}
|
||||
|
||||
export default function RawHtml({ html }: RawHtmlProps) {
|
||||
return <span dangerouslySetInnerHTML={{ __html: html }} />;
|
||||
}
|
||||
Reference in New Issue
Block a user