fluix 0.1.24

Rust UI components for GPUI
Documentation
// Basic Components

pub mod button;
pub mod icon;

pub use button::*;
pub use icon::*;

// TODO: Implement more basic components:
// - button
// - icon
// - badge
// - checkbox
// - radio
// - switch
// - tag
// - label
// - avatar
// - kbd
// - progress
// - slider
// - skeleton
// - tooltip
// - toggle
// - image
// - indicator
// - alert
// - accordion