pelican_ui_std 0.2.17

Standard UI tools and components built off Pelican UI of the RAMP stack.
/// ## Common
///
/// Reusable building blocks like text, buttons, inputs, and sliders.  
/// These provide standard interaction patterns across applications.
///
pub mod common;
pub use common::*;

/// ## Interface
///
/// Higher-level, page-structuring components such as headers,  
/// bumpers, and platform-specific setups.
///
pub mod interface;

// pub use common::{
//     Button,
//     ButtonStyle,
//     ButtonSize,
//     ButtonState,
//     ButtonWidth,
//     IconButton,
//     QuickActions,
//     Alert,
//     Avatar,
//     AvatarContent,
//     AvatarIconStyle,
//     DataItem,
//     ListItem,
//     ListItemGroup,
//     ListItemSelector,
//     TextInput,
//     Searchbar,
//     QRCode,
//     QRCodeScanner,
//     Slider,
// };


// pub mod interface;
// pub use interface::{
//     Interface, 
//     Page,
//     Bumper,
//     Content, 
//     Header, 
//     HeaderIcon,
//     HeaderContent,
// };