6.0.1 • Published 7 months ago

@dopt/react-rich-text v6.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@dopt/react-rich-text

Overview

The rich text component is powered by a rich text field and is great for rendering complex content containing spacing, alignment, images, links, and more.

It matches rich text types you might find in traditional content management systems and can be helpful for adding custom in-product content.

Learn more about how to use this component with Dopt →

Installation

ℹ️ If you are using a particular React framework like Next.js, please check out our framework specific docs.

# npm
npm install @dopt/react-rich-text

# Yarn
yarn add @dopt/react-rich-text

# pnpm
pnpm add @dopt/react-rich-text

Usage

The default export from @dopt/react-rich-text is a component that you can use to render the contents of Dopt's rich text field.

import type Children as RichText from '@dopt/react-rich-text';
import RichText from '@dopt/react-rich-text';

function MyContent() {
  const block = useBlock('my-flow.rich-content-block');

  return <RichText>{block.field<RichText>('rich-body')}</RichText>;
}

Props

RichText

NameTypeDescription
children?RichTextThe rich text content for the component
noStyles?booleanDetermines if Dopt specified styles are rendered alongside rich text elements

Styling API

Learn more about styling and theming →

NameSelectorDescription
root.dopt-rich-textRoot element
node.dopt-rich-text__nodeAll nodes produced by rich text
text.dopt-rich-text__textText element
bold.dopt-rich-text__boldBolded text
italic.dopt-rich-text__italicItalicized text
underline.dopt-rich-text__underlineUnderlined text
bulletedList.dopt-rich-text__bulleted-listBulleted list
numberedList.dopt-rich-text__numbered-listNumbered list
listItem.dopt-rich-text__list-itemIndividual item
h1.dopt-rich-text__heading-oneHeading level 1
h2.dopt-rich-text__heading-twoHeading level 2
h3.dopt-rich-text__heading-threeHeading level 3
link.dopt-rich-text__linkLink
image.dopt-rich-text__imageImage
video.dopt-rich-text__videoVideo embed rendered within an iframe

Alignment

NameSelectorDescription
left.dopt-rich-text__node--align-leftLeft alignment
center.dopt-rich-text__node--align-centerCenter alignment
right.dopt-rich-text__node--align-rightRight alignment
justify.dopt-rich-text__node--align-justifyJustified alignment

Types

RichText

Rich text fields are made up of an array of elements each of which may have further properties including children.

@dopt/core-rich-text contains type and schema definitions for Dopt's rich text field.

Read the complete type definitions →

6.0.1

7 months ago

6.0.0

8 months ago

5.2.3

8 months ago

5.2.2

8 months ago

5.2.1

8 months ago

5.2.0

9 months ago

5.1.0

9 months ago

5.0.0

9 months ago

4.0.2

9 months ago

4.0.1

9 months ago

4.0.0

9 months ago

3.0.1

9 months ago

3.0.0

9 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.1.0

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago