microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Convert NavigationTreeItem to a function component #50

Open janechu opened 3 years ago

janechu commented 3 years ago

Description

The current render functions located in navigation-tree-item.tsx should be React function components. This would give more simplicity and maintainability with the automatic inclusion of props so that order doesn't matter.