FTXUI/examples
Kefu Chai 95c766e9e4
Component decorators (#354)
Add decorator variants for decorator components

Add the "pipe" operator for components, similar to what was done for Elements.
We are able to put something like:
```
Button(...) | Maybe(&show_button)
```

Add decorators for:
- `Maybe`
- `CatchEvent`
- `Renderer`

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
2022-03-12 15:18:36 +01:00
..
component Component decorators (#354) 2022-03-12 15:18:36 +01:00
dom Component decorators (#354) 2022-03-12 15:18:36 +01:00
html Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
CMakeLists.txt Feature: Canvas (#287) 2021-12-23 14:17:33 +01:00
index.html Feature: Canvas (#287) 2021-12-23 14:17:33 +01:00
run_webassembly.py Refactor examples list in CMake (#170) 2021-07-31 18:32:48 +02:00