FTXUI/examples
Arthur Sonzogni 455998d759
Remove Ref<XxxOption> and add new interfaces. (#686)
1. Stop taking Ref<XxxOption> in Component constructors. Instead, use
   the XxxOption directly. Passing by copy avoid problems developers had
   where one was shared in between multiple component, causing issues.

2. Add variants of most component constructors taking a struct only.

This replaces:
https://github.com/ArthurSonzogni/FTXUI/pull/670

This fixes:
https://github.com/ArthurSonzogni/FTXUI/issues/426
2023-06-25 17:22:05 +02:00
..
component Remove Ref<XxxOption> and add new interfaces. (#686) 2023-06-25 17:22:05 +02:00
dom Feature: hyperlink support. (#665) 2023-06-04 21:06:19 +02:00
html Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
CMakeLists.txt CMake: use compile_features to set min C++ standard (#647) 2023-05-25 19:34:34 +02:00
index.html Fix example demo. (#506) 2022-11-11 14:07:27 +01:00
run_webassembly.py Refactor examples list in CMake (#170) 2021-07-31 18:32:48 +02:00
sw.js Add COOP/COEP for worker.js file. 2022-07-09 19:58:11 +02:00