Provides helpful UI widgets, styles, and patterns for building apps with Valdi.
To setup your Valdi project to use the Valdi_Widgets library, update your WORKSPACE file with the following:
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "valdi_widgets",
branch = "main",
remote = "[email protected]:Snapchat/Valdi_Widgets.git",
)