Skip to content

luisggc/hierarchy-react-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Hierarchy Filter Search ๐Ÿ”

This is a React component for filtering server-side application data that follows a hierarchy pattern. Lazy load is also implemented to enhance performance. Still in development

Installation

npm i xxxxx

yarn add xxxxx

๐Ÿ“Œ Screenshots

Hierarchy Filter

Usage

React Hierarchy Filter Search is a component that requires data requires data from server when the user needs. ๐ŸŽ‰

  • filtered data based on user input
  • Lazy load implemented: do not need to load all data once
import HierarchyFilter from 'hierarchy-filter'

function App() {
  return (
    <div className="App">
      <HierarchyFilter />
    </div>
  );
}

export default App;

props

name type required?
data array of objects false
onChildRequest func false
eachChildPrep func false
allowMultipleSelection func false
initialValue array of objects false

About

Component made in React and Mantine for hierarchical filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published