fluix 0.1.8

A comprehensive UI component library for GPUI 0.2 - Modern, performant, and type-safe
Documentation
1
2
3
4
5
6
7
8
9
// Form Components

pub mod text_input;
pub mod text_area;
pub mod select;

pub use text_input::*;
pub use text_area::*;
pub use select::*;