telerik / kendo-react-layout

Kendo UI Layout for React
Other
2 stars 2 forks source link

Expand / collapse stateful higher-order component #6

Open vladimirivanoviliev opened 8 years ago

vladimirivanoviliev commented 8 years ago

Implement build-in expand / collapse stateful / stateless higher-order component which:

Should expect:

[{id:1, title: "some title", parentId: null}, {id:2, title: "other title", parentId: 1}]

Should handle:

Should trigger:

Example implementation is available here: PanelBarToggle

This feature is related to: #11