feat(widget): initial implementation of Grid widget
This commit is contained in:
parent
9ddadd330f
commit
e1d1b0bad5
5 changed files with 509 additions and 0 deletions
|
|
@ -116,6 +116,9 @@ optional = true
|
|||
version = "0.8"
|
||||
optional = true
|
||||
|
||||
[dependencies.taffy]
|
||||
git = "https://github.com/DioxusLabs/taffy"
|
||||
features = ["grid"]
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue