On this page
SveltyCMS features a powerful, type-safe widget system designed for performance and extensibility.
๐ Documentation Map
| Guide | Description |
|---|---|
| Architecture | Technical deep-dive into the 3-Pillar system. |
| Development | Practical guide to building and testing widgets. |
| Marketplace | Participating in the widget ecosystem. |
๐๏ธ Core Concept: The 3 Pillars
Every widget consists of a Definition, an Input, and a Display component. This separation ensures that logic and UI remain decoupled and performant.
๐งช Testing Policy
- Core Widgets: Tests are located in
tests/unit/widgets/core/. - Custom Widgets: Tests are located in the widgetโs own folder (
tests/subfolder).
Related
Was this page helpful?