Skip to content

Releases: Snapchat/Valdi_Widgets

beta-0.0.1

13 Nov 22:27
d7684bd

Choose a tag to compare

The first beta release of the official Valdi_Widgets library.

To include this library in your Valdi app, add the following to your project's WORKSPACE:

http_archive(
    name = "valdi_widgets",
    strip_prefix = "Valdi_Widgets-beta-0.0.1",
    url = "https://github.com/Snapchat/Valdi_Widgets/archive/refs/tags/beta-0.0.1.tar.gz",
)

Add the dependency to your module's BUILD file in valdi_module deps:

"@valdi_widgets//valdi_modules/widgets",

Import a component:

import { CoreButton } from 'widgets/src/components/button/CoreButton';