Create Sandbox
Find Strudel Examples and Templates
Use this online strudel playground to view and fork strudel example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!
Cyber World
cydrosil
Strudel Template
mateuszluczak
Examples - Hello World
Simplest example of a component displaying *Hello world* text. This example shows component registration, `init` function and access to related DOM element.
mateuszluczak
Guide - Hello World
Simplest example of a component displaying *Hello world* text. This example shows component registration, `init` function and access to related DOM element.
mateuszluczak
Examples - Collapsible
Example of interactive component - collapsible panel. This example presents usage of @Evt and @El decorators with DOM API.
mateuszluczak
Examples - Events
Event handling between components in pub-sub manner. This example presents usage of `EventEmitter` class with `$on` and `$emit` functions.
mateuszluczak
Examples - Dynamic Initialization
Initializing components asynchronously. This example shows how components are automatically detected by framework.
mateuszluczak
Guide - Introduction 2
Simplest example of a component displaying *Hello world* text. This example shows component registration, `init` function and access to related DOM element.
mateuszluczak
Hello World
Simplest example of a component displaying *Hello world* text. This example shows component registration, `init` function and access to related DOM element.
rrudol
strudeljs-sandbox
Strudel.js Sandbox
Guide - Nested component
Component generating spawning components
mateuszluczak
Guide - Carousel
Simplest example of a component displaying *Hello world* text. This example shows component registration, `init` function and access to related DOM element.
mateuszluczak
Examples - Component Lifecycle
Usage of component lifecycle hooks. This example presents initialization and destroying components with hooks - `beforeInit`, `beforeDestroy`, `destroy`.
mateuszluczak
Examples - Custom decorators
mateuszluczak
WordWork
Simplest example of a component displaying *Hello world* text. This example shows component registration, `init` function and access to related DOM element.
emaillonnieonline
Guide - Mixins
Example shows the usage of mixins
mateuszluczak
Guide - State Management
Simple state management implementation
mateuszluczak
Strudel.js Sandbox
Strudel.js Sandbox
rrudol
Find more examples or templates