Component Menu

Text

Component-aware contextual actions for developer productivity.

Component Menu


Gist

Contextual menus appear on demand and contain a small set of relevant actions, related to a control, a piece of content, a view in an app, or an area of the UI. They are commonly found in operating systems and browsers.

The context menu displayed in the browser is really only good for one thing — inspect element. Seriously. Open it up right now and tell me how many actions do you count that you use on a daily basis for web development.

What if we would leverage it instead for actions that understand our local context along with its source code?


How about opening a component in GitHub?

Or in your favorite editor, locally?

Copy and paste styles between elements!

Edit props with a GUI, in real-time.

Reset component state: 0