Skip to main content

Crate orbital_shell

Crate orbital_shell 

Source
Expand description

Extractable Orbital application shell: layouts, navigation patterns, motion, and tokens.

This crate stays independent of host-app integration layers. Shell widgets such as notification bells and search pickers compose via slots at the application layer.

Re-exports§

pub use auth_context::provide_auth_context;
pub use auth_context::use_auth_context;
pub use auth_context::use_auth_state;
pub use auth_context::use_authenticated_user;
pub use auth_context::AuthContext;
pub use auth_models::AnonymousUser;
pub use auth_models::AuthSession;
pub use auth_models::AuthenticatedUser;
pub use icons::*;
pub use tokens::*;

Modules§

auth_context
Reactive authentication context for Orbital applications.
auth_models
Frontend-facing authentication session models.
icons
paths
tokens
Orbital design tokens for marketing and shell surfaces.