Material UI advanced

Collection of advanced UI components bulit on top of material-ui that can be used in your projects. Each component comes with its own source code that you can copy and paste into your project.

Nested Menu

A component for organizing menu items into subcategories, enabling easier navigation through hierarchical menus.

source code

Debounced Input

An input field that delays processing user input until they pause typing

Debounced input:

source code

OTP Input

A specialized input field for entering one-time passwords

-
-
-
-
Entered value:
source code

Input File Upload

A file upload component that allows users to select files for upload, also supports drag-and-drop functionality

source code

Swipeable Tabs

Tabs you can slide through to switch between different sections, making it easy to navigate on touchscreens.

Item One (swipe here)

source code

Stacked Snackbar

A stack of snackbars that appear one on top of the other, allowing users to see multiple notifications at once.

source code