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/solid-sample-sample-doc-readonlyimport { SolidSampleSampleDocReadonly } from "@/components/solid-sample-sample-doc-readonly"<SolidSampleSampleDocReadonly />