Use the <html2react> component
// File: /packages/my-first-theme/src/index.js
import link from "@frontity/html2react/processors/link";
// ...
roots: {...},
state: {...},
actions: {...},
libraries: {
html2react: {
processors: [link]
}
}Last updated