canvas-component-utils

Installation
SKILL.md

Import utilities from the drupal-canvas package:

import { FormattedText, Image } from 'drupal-canvas';

FormattedText

Use FormattedText to render HTML content from props. This is required for any prop with contentMediaType: text/html in component.yml.

# component.yml
props:
  properties:
    text:
      title: Text
      type: string
      contentMediaType: text/html
Related skills
Installs
80
GitHub Stars
1
First Seen
Feb 13, 2026