@rterizz23/peyek-ui-builder
v2.1.1
Published
Drag and drop UI builder for P.E.Y.E.K
Readme
P.E.Y.E.K UI Builder
The ultimate drag-and-drop web builder engine for the P.E.Y.E.K SaaS Platform.
Features
- Intuitive Drag & Drop: Easily drag components onto a highly responsive canvas.
- Premium Components: Natively supports Material Buttons, Form Builders, and Lux Charts.
- Real-Time Animations: Uses Anime.js to smoothly animate components as they enter the canvas.
- Extensible Architecture: Define your own components using a simple JSON schema.
Installation
npm install @rterizz23/ui-builderUsage
import { UIBuilder } from '@rterizz23/ui-builder';
// Initialize the builder on a specific container
const builder = new UIBuilder('#canvas-container');
// Load components
builder.init();