Skip to content

Instantly share code, notes, and snippets.

// Copyright 2024 the Xilem Authors
// SPDX-License-Identifier: Apache-2.0
use xilem::kurbo::Axis;
use xilem::masonry::theme::{DEFAULT_GAP, ZYNC_800};
use xilem::style::Style as _;
use xilem::view::{
FlexExt, MainAxisAlignment, button, flex_col, flex_row, label, portal, split, text_input,
};
use xilem::winit::error::EventLoopError;