Skip to content

sai6855/material-ui-advanced

Repository files navigation

material-ui-advanced

About

Collection of advanced UI components built 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.

Explore the components and view demos at material-ui-advanced.com.

Components Included

  • Nested Menu: A component for organizing menu items into subcategories, enabling easier navigation through hierarchical menus. Source code Demo

  • Debounced Input: An input field that delays processing user input until they pause typing. Source code Demo

  • OTP Input: A specialized input field for entering one-time passwords. Source code Demo

  • Input File Upload: A file upload component that allows users to select files for upload, also supports drag-and-drop functionality. Source code Demo

  • Swipeable Tabs: Tabs you can slide through to switch between different sections, making it easy to navigate on touchscreens. Source code Demo

  • Stacked Snackbar: A stack of snackbars that appear one on top of the other, allowing users to see multiple notifications at once. Source code Demo

Upcoming Components

Stay tuned for the following upcoming components:

  • Tagging in Text Area
  • Tour
  • Carousel

If you find these components useful, please consider giving this repository a star!