<DesignEditor> Example
:::info Coming soon Live, embedded, interactive examples are planned for a later phase of this documentation site. For now, see Presets for the full configuration model. :::
import { DesignEditor } from "@rifrocket/fdt-react";
function App() {
return <DesignEditor preset="default" theme="system" width={800} height={600} />;
}