How to use the react-md.DropdownMenu.Positions function in react-md

To help you get started, we’ve selected a few react-md examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mlaursen / react-md / docs / src / components / Components / Menus / GoogleDocsClone / DocumentMenus / DocumentMenu.jsx View on Github external
render() {
    const { visible, listStyle } = this.state;
    const { id, text, ...props } = this.props;
    return (
      
        
          {text}
        
      
    );
  }
github taskcluster / taskcluster-tools / src / App / AccountMenu.js View on Github external
<div>
          
        </div>

        
          
            <div>Eli Perelman</div>
            <div>
              <div>
                <small>eliperelman@mozilla.com</small>
              </div>
              <div>
                arrow_drop_down
              </div>
            </div>