Examples
You can build the every example through the example option. For example:
You can also build all examples by providing no argument for the example option, as the default builds all examples.
For all available examples run zig build --help
The examples are structured in four categories:
- Overall examples:
i.e. Error handling, Demo application, ..
- Elements:
i.e. Button, Input, Scrollable, ..
- Layouts:
i.e. Vertical, Horizontal, Grid, Mixed, ..
- Styles:
i.e. Color palette, Text styles, ..
They serve to provide examples on how to use the library as well as showcase the capabilities of the library. For the implementation source files see examples.