Widget Showcase
Package docs status
Section titled “Package docs status”This page is generated from package source documentation in the Capell packages repository and the checked-in manifest. Source documentation is not distribution status. Before running a Composer command, verify that the exact package and compatible 1.x release are available through public Packagist or the authenticated marketplace account.
| Field | Value |
|---|---|
| Composer package | capell-app/widget-showcase |
| Package slug | widget-showcase |
| Product group | Capell Foundation |
| Tier | free |
| Bundle | foundation |
| Capell version | ^1.0 |
| Source repository | capell-app/packages |
| Source path | packages/widget-showcase |
| Docs source | packages/widget-showcase/docs |
| Manifest | capell.json |
What This Plugin Adds
Section titled “What This Plugin Adds”Widget Showcase is an Available, No schema impact Capell bundle in the Capell Foundation product group. It ships as capell-app/widget-showcase and extends these surfaces: none declared.
Widget Showcase is a dependency bundle for the ten standalone Capell widget packages listed in its manifest. It does not register a provider, contribution, database schema, admin page, or frontend runtime surface of its own.
Installing the bundle makes its required widget packages available through their own registrations; Widget Showcase itself adds no visible editor or public output.
Evidence: capell.json, composer.json, tests/Unit/WidgetShowcaseManifestTest.php.
Status details:
- Status: Available
- Tier: free
- Bundle: foundation
- Composer package:
capell-app/widget-showcase - Namespace:
Capell\WidgetShowcase - Theme key: not applicable
Why It Matters
Section titled “Why It Matters”For developers: The package keeps collection-level installation declarative and leaves every runtime contract inside the individual widget package.
For teams: Teams can require the curated widget set as one package while enabling and using each included widget through its own Capell surface.
Evidence: capell.json, composer.json, tests/Unit/WidgetShowcaseManifestTest.php.
Screens And Workflow
Section titled “Screens And Workflow”Screenshot contract: docs/screenshots.json.
- Widget Showcase extension card (marketplace, required).
Technical Shape
Section titled “Technical Shape”- Dependency bundle: requires
capell-app/widget-audio-playlist,capell-app/widget-before-after,capell-app/widget-content-reveal,capell-app/widget-countdown,capell-app/widget-data-chart,capell-app/widget-hotspots,capell-app/widget-live-poll,capell-app/widget-location-map,capell-app/widget-slideshow,capell-app/widget-youtubeand declares no package-owned provider or runtime classes.
Data Model
Section titled “Data Model”This package has no schema impact. It delegates runtime behaviour to capell-app/widget-audio-playlist, capell-app/widget-before-after, capell-app/widget-content-reveal, capell-app/widget-countdown, capell-app/widget-data-chart, capell-app/widget-hotspots, capell-app/widget-live-poll, capell-app/widget-location-map, capell-app/widget-slideshow, and capell-app/widget-youtube and does not declare package-owned tables.
Install Impact
Section titled “Install Impact”- Required packages:
capell-app/widget-audio-playlist,capell-app/widget-before-after,capell-app/widget-content-reveal,capell-app/widget-countdown,capell-app/widget-data-chart,capell-app/widget-hotspots,capell-app/widget-live-poll,capell-app/widget-location-map,capell-app/widget-slideshow,capell-app/widget-youtube. - Admin navigation: no admin page or resource contribution is declared.
- Admin/editor extensions: none declared.
- Permissions: none declared in
capell.json. - Public routes: none declared.
- Database changes: no package migrations declared.
- Config: no package config files.
- Settings: no package settings declared.
- Queues or schedules: none declared.
- Cache tags: none declared.
- Commands: none declared.
Common Pitfalls
Section titled “Common Pitfalls”- Keep required Capell packages on compatible v4 releases:
capell-app/widget-audio-playlist,capell-app/widget-before-after,capell-app/widget-content-reveal,capell-app/widget-countdown,capell-app/widget-data-chart,capell-app/widget-hotspots,capell-app/widget-live-poll,capell-app/widget-location-map, and 2 more.
Quick Start
Section titled “Quick Start”- Install the package:
composer require capell-app/widget-showcase. - No package-specific setup command or migrations are declared.
- Open the package detail or install-intent surface and confirm the Widget Showcase extension card is present.
Next Steps
Section titled “Next Steps”- Package docs
- Overview
- Screenshot contract
- Marketplace assets
- Capell content language plan
- Capell documentation design system
- Capell and package ERD notes
- Related packages: Widget Audio Playlist, Widget Before After, Widget Content Reveal, Widget Countdown, Widget Data Chart, Widget Hotspots, Widget Live Poll, Widget Location Map, Widget Slideshow, Widget Youtube.
- Focused tests:
vendor/bin/pest packages/widget-showcase/tests --configuration=phpunit.xml.