jakezatecky / react-checkbox-tree

A simple and elegant checkbox tree for React.

Home Page:https://jakezatecky.github.io/react-checkbox-tree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you provide the example in Functional Component?

sditcshj opened this issue · comments

commented

I am new to React Js. I want to use the check box tree component with a filter option in one of my applications. the entire application is made with functional compoent.

I try to convert the class component to a functional component. but I am facing some issues.

so Can you provide a sample code for the Filter method in the functional component?