GitbookIO / styleguide

GitBook.com HTML/CSS Style Guide
http://styleguide.gitbook.com
Apache License 2.0
86 stars 23 forks source link

Context menu #61

Closed SamyPesse closed 7 years ago

SamyPesse commented 7 years ago

This PR contains a brand new context menu component for the editor:

<ContextMenu component={() => (
    <Dropdown.Menu>
        <Dropdown.Item>Hello World</Dropdown.Item>
    </Dropdown.Menu>
)}>
   <div>Right click here !</div>
</ContextMenu>