Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.04 KB

File metadata and controls

39 lines (25 loc) · 1.04 KB

Bubble.io Plugin Template

A basic template for creating custom plugins for Bubble.io applications.

Project Structure

  • index.html - Main HTML file that loads the necessary scripts and styles
  • initialize.js - Handles element instance initialization
  • update.js - Contains update logic for the element instance
  • styles.css - Stylesheet for the plugin

Getting Started

  1. Clone this template
  2. Modify the files according to your plugin requirements
  3. Test your plugin locally before deploying

Usage

This template provides a basic structure for building Bubble.io plugins. The main components are:

  • A container div for your plugin content
  • Separate files for initialization and update logic
  • A stylesheet for custom styling

Development

To start developing your plugin:

  1. Modify initialize.js to set up your plugin's initial state
  2. Update update.js to handle any dynamic behavior
  3. Add your styles in styles.css
  4. Test thoroughly before deploying to Bubble.io

License

MIT License

Just use this idc hope it helps