Module pages
Source pub use admin::Admin;
pub use admin::Admin;
pub use dashboard::Dashboard;
pub use dashboard::Dashboard;
pub use login::Login;
pub use login::Login;
pub use not_found::NotFound;
pub use not_found::NotFound;
pub use plugins::PluginView;
pub use plugins::PluginView;
pub use plugins::Plugins;
pub use plugins::Plugins;
pub use profile::Profile;
pub use profile::Profile;
pub use settings::Settings;
pub use settings::Settings;
pub use PageWrapper_completions::Component::PageWrapper;
pub use PageSkeleton_completions::Component::PageSkeleton;
pub use PageError_completions::Component::PageError;
pub use EmptyState_completions::Component::EmptyState;
pub use StatCard_completions::Component::StatCard;
- EmptyStateProps
- Properties for the
EmptyState
component. - PageErrorProps
- Properties for the
PageError
component. - PageWrapperProps
- Properties for the
PageWrapper
component. - StatCardProps
- Properties for the
StatCard
component.
- StatTrend
- Trend direction for stat cards
- Admin
- Main admin page component
- Dashboard
- Main dashboard component
- EmptyState
- Empty state component for pages
- Login
- Login page component
- NotFound
- 404 Not Found page component
- PageError
- Error state component for pages
- PageSkeleton
- Loading skeleton component for pages
- PageWrapper
- Common page wrapper component
- PluginView
- Plugin view component for individual plugin pages
- Plugins
- Main plugins page component
- Profile
- Profile page component
- Settings
- Main settings page component
- StatCard
- Stat card component for dashboards