feat(widget): initial implementation of Grid widget

This commit is contained in:
Michael Aaron Murphy 2023-10-02 16:46:16 +02:00 committed by Michael Murphy
parent 9ddadd330f
commit e1d1b0bad5
5 changed files with 509 additions and 0 deletions

View file

@ -116,6 +116,9 @@ optional = true
version = "0.8"
optional = true
[dependencies.taffy]
git = "https://github.com/DioxusLabs/taffy"
features = ["grid"]
[workspace]
members = [