We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a71ca7 commit f86186cCopy full SHA for f86186c
src/Menu/MenuSlider.js
@@ -3,7 +3,7 @@ import React from 'react';
3
import classnames from 'classnames';
4
import ScaledComponent from './ScaledComponent';
5
6
-const ROOT = 'mdc-simple-menu';
+const ROOT = 'mdc-menu';
7
const ANIMATING = `${ROOT}--animating`;
8
const OPEN = `${ROOT}--open`;
9
const TOPLEFT = `${OPEN}-from-top-left`;
0 commit comments