Sentio Advanced Components
v1.0.21

Code Highlight

6 code themes (One Dark/Monokai/Dracula/GitHub Light/Solarized Light/Nord), Mac-style header bar (3 styles), and line highlight variants (background/left-border/glow) — built for Elementor.

The Sentio Code Highlight widget is part of the Sentio Advanced Components category. Drag it onto your Elementor canvas and customize every detail — Language, Code, Theme, Show Header, Header Style, and more — with intuitive visual controls. No code required. Every change previews in real time. Sentio exclusives include 6 code themes (One Dark/Monokai/Dracula/GitHub Light/Solarized Light/Nord), Mac-style header bar (3 styles), line highlight variants (background/left-border/glow). Built with performance in mind: modular asset loading means zero overhead when not active. Combined with inline editing, full Google Fonts support, and advanced responsive controls, Code Highlight adapts to any design vision.

UNLIMITED WAYS TO USE IT

One widget.
Infinite layouts.

Combine layouts, styles, and settings to create something entirely your own. Your imagination is the only limit.

With full control over layouts, colors, typography, animations, backgrounds, and content — you can create unlimited variations. Mix directions, triggers, overlays, and effects to match any design vision.

Gradient3D DepthTrigger TypeOverlayAnimationTypographyColorsSpacingBorderShadow

Interactive Pricing Component

A web agency React component displayed with the One Dark theme, macOS-style header, background-highlighted state hooks, and line numbers.

PricingToggle.jsx
JSX
import { useState } from 'react';

export default function PricingToggle({ plans }) {
  const [annual, setAnnual] = useState(true);

  return (
    <section className="pricing-grid">
      <div className="toggle-bar">
        <span className={!annual ? 'active' : ''}>Monthly</span>
        <button onClick={() => setAnnual(!annual)} aria-label="Toggle billing">
          <span className={annual ? 'knob right' : 'knob left'} />
        </button>
        <span className={annual ? 'active' : ''}>Annual</span>
      </div>
      {plans.map((plan) => (
        <PricingCard
          key={plan.id}
          name={plan.name}
          price={annual ? plan.annualPrice : plan.monthlyPrice}
          features={plan.features}
        />
      ))}
    </section>
  );
}

Quarterly Revenue Analysis

A data science Python script presented in the GitHub Light theme with a plain header, glow-highlighted core logic, and focus mode to dim surrounding lines.

revenue_analysis.py
Python
import pandas as pd
import matplotlib.pyplot as plt

def analyze_quarterly_revenue(filepath):
    df = pd.read_csv(filepath, parse_dates=["date"])
    quarterly = df.resample("Q", on="date")["revenue"].sum()

    growth = quarterly.pct_change().dropna() * 100
    avg_growth = growth.mean()

    fig, ax = plt.subplots(figsize=(10, 5))
    quarterly.plot(kind="bar", ax=ax, color="#4C72B0")
    ax.set_title("Quarterly Revenue Breakdown")
    ax.set_ylabel("Revenue (USD)")
    ax.set_xlabel("")
    plt.xticks(rotation=45)
    plt.tight_layout()
    plt.savefig("quarterly_revenue.png", dpi=150)

    return {
        "quarters": len(quarterly),
        "total_revenue": quarterly.sum(),
        "avg_growth_pct": round(avg_growth, 2),
    }

Production Deployment Config

A DevOps Kubernetes manifest rendered in the Dracula theme with a minimal header, border-highlighted rolling update strategy, and a scrollable max-height container.

deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: api-gateway
  namespace: production
  labels:
    app: api-gateway
    tier: frontend
spec:
  replicas: 3
  strategy:
    type: RollingUpdate
    rollingUpdate:
      maxSurge: 1
      maxUnavailable: 0
  selector:
    matchLabels:
      app: api-gateway
  template:
    spec:
      containers:
        - name: api-gateway
          image: registry.internal/api-gateway:2.8.1
          ports:
            - containerPort: 8080
          resources:
            requests:
              memory: "256Mi"
              cpu: "250m"
            limits:
              memory: "512Mi"
              cpu: "500m"
COMPLETE FEATURE SET

Everything included.

6 code themes (One Dark/Monokai/Dracula/GitHub Light/Solarized Light/Nord)

Mac-style header bar (3 styles)

line highlight variants (background/left-border/glow)

focus mode (non-highlighted code dims)

Advanced color, gradient & overlay controls

Full Elementor controls for Language

Modular loading — zero footprint when disabled

Built on Elementor's native architecture

Monthly updates for compatibility

Sentio-exclusive animation presets

Sentio-exclusive animation presets

6 Code Themes — One Dark, Monokai, Dracula, GitHub Light, Solarized Light, Nord

Mac-Style Header Bar — traffic-light dots + filename + language badge

Line Highlight Variants — background fill, left-border accent, subtle glow

Focus Mode — non-highlighted code dims to configurable opacity

CUSTOMIZATION

Every setting at your fingertips.

Full Elementor-native controls. Adjust every detail in the visual editor — no code required.

/* a11y: accessible name for the tablist + region landmark. */ $region_label = esc_html__( 'Tabs', 'sentio-elementor' ); ?>
Code
Language, Code, Theme, Show Header
Header Style, Filename, Language Badge, Line Numbers
Starting Line, Copy to Clipboard, Highlight Lines, Highlight Style

Build with the Code Highlight widget.

Get Code Highlight plus 150+ more widgets with a single Sentio license. Your imagination is the only limit.
✓ 150+ Widgets                                ✓ 7-Day Guarantee                        ✓ Instant Access