FTXUI/include/ftxui
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
screen Automerge feature. (#313) 2022-01-22 15:38:01 +01:00
util allow passing move-only parameter to Make() (#338) 2022-02-16 14:09:08 +01:00