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.