Salla Docs
Merchant
Merchant
  • Merchant API
  • Salla OAuth 2.0
  • Merchant Dashboard
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
  • Billing System Salla partners
  • App Onboarding
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Component Bundle
  • Change Log
Salla CLI
Merchant
Merchant
  • Merchant API
  • Salla OAuth 2.0
  • Merchant Dashboard
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
  • Billing System Salla partners
  • App Onboarding
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Component Bundle
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Component Bundle
  • Getting Started
  • Component Bundle Structure
  • Create
  • Setup
  • Publish
  • Bundle Publish Requirements
Merchant
Merchant
  • Merchant API
  • Salla OAuth 2.0
  • Merchant Dashboard
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
  • Billing System Salla partners
  • App Onboarding
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Component Bundle
  • Change Log
Salla CLI
Merchant
Merchant
  • Merchant API
  • Salla OAuth 2.0
  • Merchant Dashboard
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
  • Billing System Salla partners
  • App Onboarding
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Component Bundle
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Component Bundle

Getting Started

Getting Started#

Welcome to Salla Theme Bundles, with this tool you will be able to create multiple components and publish them in Salla Themes Marketplace where more than 60 thousand store owners can purchase your bundles.
In this article we’ll go through the Prerequisites of Bundles development and the benefits of creating Theme Component Bundles.
Prerequisites
Basic understanding of HTML, CSS, JS, and the Twig Template Engine.
Partner account at Salla Partners Portal to create a demo store to publish and test your theme.
A Github account into which the theme can be synced.

Benefits#

1
Reusability at Scale
Component bundles let you package multiple related components together so they can be reused across Salla themes.
2
Centralized accessibility control
Theme bundles allow accessibility-critical styling—contrast ratios, focus indicators, motion preferences, and font scaling—to be defined once and applied everywhere. Fixes or improvements propagate automatically, ensuring consistent accessibility compliance without rewriting components.
3
Consistent appearance across applications
When multiple applications consume the same components, a shared theme bundle guarantees consistent colors, spacing, typography, and interaction states everywhere. This consistency improves brand recognition, usability, and user trust while eliminating subtle visual drift between apps.
4
Performance efficiency
Theme bundles typically export static design tokens (such as CSS variables or simple objects), which avoids runtime logic, reduces bundle size, and supports tree-shaking. This makes theming effectively free from a performance perspective, even at large scale.
Use Salla CLI command to create, publish, list, and delete components. Check the Bundles CLI Commands here
Modified at 2026-02-05 07:56:41
Next
Component Bundle Structure