Core Utils are lightweight utility functions that power essential interactions within the UI library.

openModalA Utility function used for opening modal components
Parameters:
value: string – A unique identifier used to control modal visibility.Usage:
openDrawerA Utility function that opens a drawer component.
Parameters:
value: string – A unique identifier used to control drawer visibility.Usage:
handleFileUploadHandles file extraction from onFileUpload prop on FileUpload component.
Parameters:
callback: (file: File) => void – Function to execute with the selected file.Usage:
demo.ts