Kubeflow-specific theme and UI components for modular architecture micro-frontend projects
npm install mod-arch-kubeflowKubeflow-specific theme and UI components for modular architecture micro-frontend projects.
``bash`
npm install mod-arch-kubeflow @mui/material sass sass-loader
- react (>=16.8.0)@mui/material
- (^7.0.0)
`typescript
import {
ThemeProvider,
useThemeContext,
style,
images,
Theme
} from 'mod-arch-kubeflow';
// In your app root
``
- Context providers: Theme context provider for Kubeflow styling
- Hooks: Theme management hooks
- Styles: Kubeflow-specific SCSS and CSS files
- Images: Kubeflow branding assets (logos, icons)
- Utilities: Kubeflow-specific constants and helpers
This package provides Material-UI themes optimized for Kubeflow environments with proper branding and styling, including support for both light and dark variants.
For detailed documentation, visit the main repository.
Apache-2.0