Hooks
Reusable React hooks for mining applications
@mdk/foundation
The React hooks exported from @mdk/foundation cover monitoring,
notifications, permissions, and common UI patterns.
Prerequisites
- Complete the @mdk/foundation installation and add the dependency
Available hooks
| Group | Hooks |
|---|---|
| Monitoring | useBeepSound, useChartDataCheck |
| UI | useNotification, useHasPerms, useCheckPerm, useHeaderControls, useLocalStorage, usePagination, useIsFeatureEditingEnabled |
Import
import { useNotification, useBeepSound } from '@mdk/foundation'
