@net-advantage/nabs-ui-markdown
v0.63.0
Published
Reusable markdown editor with live HTML preview for the Nabs UI library.
Readme
nabs-ui-markdown
Reusable markdown editor with live HTML preview for the Nabs UI library.
The formatting commands are rendered with nabs-ui-toolbar to keep command styling and interaction consistent with the shared toolbar control.
Usage
import { Markdown } from "nabs-ui-markdown";
export function Example() {
return <Markdown value="# Hello" />;
}