4.1.0 • Published 9 months ago

clasor-preview-content v4.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Clasor Preview Content User Guide

This package renders the clasor content (preview only); Install package using following command:

npm i clasor-preview-content

Example

This is an example of package usage:

import React from "react";
import { ClasorPreviewContent, Outline } from "clasor-preview-content";
import "clasor-preview-content/dist/styles.css" //include this file for default styles

const DocumentComponent = (props: IProps) => {
  const {
    content,
    versionId,
    outline,
  } = props;

  const outlineList = outline.startsWith("{\"root\": {\"root\"") ? "[]" : outline;

  return (
    <>
      <ClasorPreviewContent content={content} versionId={versionId} />
      <Outline outline={outlineList} />
    </>
  );
};

export default DocumentComponent;
4.1.0

9 months ago

4.0.0

9 months ago

3.9.0

9 months ago

3.8.0

9 months ago

3.7.0

9 months ago

3.6.0

9 months ago

3.5.0

9 months ago

3.4.0

9 months ago

3.3.0

9 months ago

3.2.0

9 months ago

3.1.0

9 months ago

3.0.0

9 months ago

2.9.1

9 months ago

2.9.0

9 months ago

2.8.0

9 months ago

2.7.0

9 months ago

2.6.0

9 months ago

2.4.0

9 months ago

2.3.0

9 months ago

2.2.0

9 months ago

2.1.0

9 months ago

2.0.0

9 months ago

1.3.0

9 months ago

1.2.0

9 months ago

1.1.0

9 months ago

1.0.0

9 months ago

0.9.0

9 months ago

0.7.0

9 months ago

0.6.0

9 months ago

0.5.0

9 months ago

0.4.0

9 months ago

0.3.0

9 months ago

0.2.0

9 months ago

0.1.0

9 months ago