Standard components

The package defines a couple of standard components that pretty much every page editor needs.

You use it like this

import { Editor, Config } from "@tyzo/page-editor";
import { StandardComponents } from "@tyzo/page-editor/standardComponents";

const config: Config = {
  components: {
    ...StandardComponents,
  }
}