Settings components
Pre-built settings UI components for administrative tasks
The @tetherto/mdk-react-devkit/foundation package provides pre-built settings UI for common administrative tasks.
Either use:
- All-in-one dashboard (
SettingsDashboard): renders all settings sections in collapsible accordions. - Individual components: use
FeatureFlagsSettings,HeaderControlsSettings, etc. directly for custom layouts.
Prerequisites
All settings components
Covers the all-in-one SettingsDashboard, plus header controls, access control, import/export, and feature flags as standalone components. Browse the sidebar for the full, always-up-to-date list — each component links to its own reference page (description, props, usage, and a runnable example).