Skip to content

Instantly share code, notes, and snippets.

@pradeepsimba
pradeepsimba / BrowserLikeTabs.js
Created February 2, 2023 11:32 — forked from Rahul-RB/BrowserLikeTabs.js
Dynamically add and remove tabs in Material UI (Browser tabs feature)
/* No licenses, use as pleased.
* The code here uses React Class components (ES6 classes).
* Ken Nguyen has made a hooks version of this! Please find that here: https://codesandbox.io/s/addanddelete-tabs-mui-bo7tw
* Cheers!
*/
import React, { Component } from "react";
import {
withStyles,
AppBar,