import type { NodeJSON } from 'prosekit/core'
export const sampleContent: NodeJSON = {
type: 'doc',
content: [
{
type: 'paragraph',
content: [
{
type: 'text',
text: 'The content is readonly. Press the buttons above to toggle the readonly mode.',
},
],
},
],
}
npx shadcn@latest add @prosekit/preact-sample-sample-doc-readonlyimport { PreactSampleSampleDocReadonly } from "@/components/preact-sample-sample-doc-readonly"<PreactSampleSampleDocReadonly />