@nodebooks/ui
v0.4.0
Published
React components and styles used by the NodeBooks web client.
Downloads
13
Readme
@nodebooks/ui
React component library and styles used by the NodeBooks web client to render notebook output and interface primitives.
Usage
import { UiMarkdown } from "@nodebooks/ui";
export const Preview = ({ content }: { content: string }) => (
<UiMarkdown value={content} />
);