@aham.ro/ui-designer
v0.1.18
Published
Vue components for the UI designer for IAM and email templates.
Readme
UI Designer
Vue 3 components for the UI designer for IAM systems and email templates.
Installation
npm install @aham.ro/ui-designerUsage
<script setup lang="ts">
import { Designer } from '@aham.ro/ui-designer'
</script>
<template>
<Designer value="" />
</template>Development
npm install
npm run build