Skip to content

Alexander15M/bubble-plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Starting point for my bubble plugins

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published