microsoft / fluentui-contrib

Monorepo for contributor extension packages to Fluent UI
MIT License
25 stars 26 forks source link

docs(react-tree-grid): adds Calls example (contextual menu + hidden menu) #174

Closed bsunderhus closed 1 month ago

bsunderhus commented 1 month ago

Documentation

Adds example similar to the behavior of the Calls app in Teams. The Calls app has a collapsible History panel that contains every call. Each call once hovered presents 2 new actions.

I this simplified example, we used the TreeGrid to simulate a similar behaviour but without removing content

image