gpui-ui-kit 0.5.10

A reusable UI component library for GPUI applications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Component unit tests for GPUI UI Kit
//!
//! Tests that verify component behavior and creation.
//!
//! ## Structure
//!
//! - `components/mod.rs` - Shared test utilities and setup
//! - `components/<component>_test.rs` - Individual component tests
//!
//! ## Running
//!
//! ```bash
//! cargo test --test component_tests
//! ```

mod components;