New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

resul-template-builder

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resul-template-builder

A powerful visual builder for creating beautiful web content with React

latest
npmnpm
Version
1.7.0
Version published
Weekly downloads
273
12.81%
Maintainers
1
Weekly downloads
 
Created
Source

Push Builder

A powerful visual builder for creating beautiful email content with React. Push Builder provides a drag-and-drop interface for building responsive email templates with a rich set of components and AI-powered content generation.

Features

  • 🎨 Drag and drop interface
  • 📱 Responsive design tools
  • 🤖 AI-powered content generation
  • 🎯 Rich component library
  • 🔧 Customizable styles and properties
  • 📦 Export to HTML
  • 🎭 Multiple layout options
  • 🎪 Shape library
  • ⚡ Real-time preview

Installation

npm install @stackblitz/push-builder

Usage

import { PushBuilder } from '@stackblitz/push-builder';

function App() {
  return (
    <PushBuilder
      onSave={(html) => {
        console.log('Generated HTML:', html);
      }}
    />
  );
}

Components

Push Builder includes a variety of components:

  • Text
  • Buttons
  • Images
  • Videos
  • Carousels
  • Dividers
  • Timers
  • Audio
  • Shapes
  • Forms
  • Offers
  • HTML containers

Props

PropTypeDescription
onSave(html: string) => voidCallback when saving the email template
initialContentComponent[]Optional initial components to load
settingsCanvasSettingsOptional canvas settings

License

MIT © StackBlitz

FAQs

Package last updated on 03 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts