diff --git a/docs/pages/experiments/material/button-select.tsx b/docs/pages/experiments/material/button-select.tsx
index dd270028b7f32b..3f363bad6dc1fe 100644
--- a/docs/pages/experiments/material/button-select.tsx
+++ b/docs/pages/experiments/material/button-select.tsx
@@ -1,10 +1,5 @@
+/* eslint-disable no-console */
import * as React from 'react';
-import { Button as BaseUIButton } from '@mui/base';
-import {
- Button as JoyUIButton,
- CssVarsProvider as JoyCssVarsProvider,
- extendTheme as joyExtendTheme,
-} from '@mui/joy';
import {
FormControlLabel,
Button as MaterialUIButton,
@@ -17,8 +12,6 @@ import { Stack } from '@mui/system';
function createHandlers(name: string) {
return {
onClick: () => console.log(`${name} click`),
- onMouseDown: () => console.log(`${name} mouse down`),
- onMouseUp: () => console.log(`${name} mouse up`),
};
}
@@ -44,6 +37,7 @@ export default function App() {
Native anchor
+ {/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
Anchor
@@ -54,62 +48,6 @@ export default function App() {
- {/*
-
- Enabled Base UI button
- Button
-
-
- Disabled Base UI button
-
- Button
-
-
-
- Enabled Base UI button as div
-
- Button
-
-
-
- Disabled Base UI button as div
-
- Button
-
-
-
-
-
-
-
- Enabled Joy UI button
- Button
-
-
- Disabled Joy UI button
-
- Button
-
-
-
- Enabled Joy UI button as div
-
- Button
-
-
-
- Disabled Joy UI button as div
-
- Button
-
-
-
- */}
-
Material UI button