Evo-Forge / Essence

Essence - The Essential Material Design Framework
MIT License
415 stars 47 forks source link

Menu: Using "className" breaks behavior, where "classes" works but is an invalid prop. #69

Open Mantic opened 7 years ago

Mantic commented 7 years ago

The <Menu/> component has to use classes="e-right" in order for the menu items to render properly.

Using the React 15+ recommendation of className="e-right" yields menu items that are floating instead of being displayed in a list.