diff options
| author | Jeff Carr <[email protected]> | 2024-01-01 16:19:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-01 16:19:40 -0600 |
| commit | 7f6059a8e0f83bb4b450c1264195f08fe1280f05 (patch) | |
| tree | 0c75d2bbbab93c8611bc7ab466a6389485c645b5 /README.md | |
initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..66c2a4f --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# gadgets + +Package gadgets are special collections of widgets + +Things to avoid or keep in mind: Also Features these might enable: + +```go +* These should never bypass the binary tree +* Hide complexity internally here +* These might require corresponding toolkit implementations? +* These might allow unique/good corresponding toolkit implementations (date/time selection?) + +## Warning + +Doing this / adding these might be a really bad idea that I will regret later |
