Skip to main content

HtmlTemplateDesigner

Description

The HtmlTemplateDesigner component is a React component that allows you to create and design HTML templates for your web application.

How to use

import  React from 'react';
import {HtmlTemplateDesigner} from '@gyri/web-template-editor';

const MyComponent = () => (
<HtmlTemplateDesigner />
);

export default MyComponent;