An interactive showcase of every built-in Nemo component, organized with sidebar navigation.
cargo run -- --app-config examples/components/app.xml- Sidebar navigation using RHAI to toggle page visibility with
set_component_property - Every built-in component type:
- Button -- all variants (
primary,secondary,danger,ghost,warning,success,info) and disabled state - Label -- all sizes (
xs,sm,md,lg,xl) - Icon -- named icons at different sizes
- Checkbox -- checked, unchecked, and disabled states
- Input -- text fields with placeholders and disabled state
- Select -- dropdown with options
- Progress -- progress bars at various values
- Notification --
info,success,warning,errorkinds - Modal -- toggled open/closed via a button handler
- Text -- block text content
- List -- vertical item lists
- Panel -- styled containers with border, shadow, and padding
- Table -- tabular data display
- Tree -- hierarchical view
- Image -- image display with alt text
- Button -- all variants (
visibleproperty to show/hide component pages without re-rendering- Modal open/close toggling through
get_component_propertyandset_component_property
