Implement pure version of component example

This commit is contained in:
Héctor Ramón Jiménez 2022-02-17 19:09:26 +07:00
parent da45b6c162
commit 9b23ea698e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 180 additions and 0 deletions

View file

@ -90,6 +90,7 @@ members = [
"examples/tooltip",
"examples/tour",
"examples/url_handler",
"examples/pure/component",
"examples/pure/counter",
"examples/pure/pick_list",
"examples/pure/todos",