{"id":24780365,"url":"https://github.com/denimar/deni-react-treeview","last_synced_at":"2025-10-12T04:31:09.676Z","repository":{"id":16456796,"uuid":"79980741","full_name":"denimar/deni-react-treeview","owner":"denimar","description":"A modern, themable and configurable treeview for React","archived":false,"fork":false,"pushed_at":"2023-01-03T21:02:13.000Z","size":10403,"stargazers_count":57,"open_issues_count":34,"forks_count":24,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-04-14T15:36:19.181Z","etag":null,"topics":["react","treeview"],"latest_commit_sha":null,"homepage":"https://denimar.github.io/deni-react-treeview/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denimar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-25T03:46:32.000Z","updated_at":"2023-08-04T14:23:09.000Z","dependencies_parsed_at":"2023-01-14T07:45:20.453Z","dependency_job_id":null,"html_url":"https://github.com/denimar/deni-react-treeview","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denimar%2Fdeni-react-treeview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denimar%2Fdeni-react-treeview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denimar%2Fdeni-react-treeview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denimar%2Fdeni-react-treeview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denimar","download_url":"https://codeload.github.com/denimar/deni-react-treeview/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232220636,"owners_count":18490666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","treeview"],"created_at":"2025-01-29T10:22:00.594Z","updated_at":"2025-10-12T04:31:03.963Z","avatar_url":"https://github.com/denimar.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deni-react-treeview\nA modern, themable and configurable treeview for React\n\n\n[live examples](https://deni-react-treeview.vercel.app/)\n\n\n![alt text](https://denimar.github.io/deni-react-treeview/images/deni-react-treeview.png)\n\n\nTODO: Implement unit tests, E2E tests, CI.\n\n## Installing with NPM\n\nnpm install deni-react-treeview --save\n\n## Usage\n\nAdded to your react component\n```html\n    \u003cTreeView url=\"https://raw.githubusercontent.com/denimar/deni-react-treeview/develop/src/assets/data/countries.json\" /\u003e \n```\nFor more details: [examples](https://deni-react-treeview.vercel.app/)\n\n## API\n[documentation](https://denimar.github.io/deni-react-treeview/api.html)\n\n## Features\n* Cross-Browser.\n* Binding to a JSON (locally, remotely and lazy-load)\n* Predefined Themes\n* Theme Customization\n* Events\n* Checkboxes\n* And so on...\n\n## Properties\n* autoLoad ```(boolean)```\n* lazyLoad ```(boolean)```\n* marginItems ```(integer)```\n* selectRow ```(boolean)```\n* showCheckbox ```(boolean)```\n* showIcon ```(boolean)```\n* showRoot ```(boolean)```\n* theme ```(string)```\n\n## Events\n* OnRenderItem\n* onBeforeLoad\n* onAfterLoad\n* onSelectItem\n* onExpanded\n* onColapsed\n* onLazyLoad\n* onCheckItem\n\n#### json example\n\n```javascript\n[\n  {\n    id: 100,\n    text: 'Fruits',\n    children: [\n      {\n        id: 101,\n        text: 'Orange',\n        isLeaf: true\n      },\n      {\n        id: 102,\n        text: 'Banana',\n        isLeaf: true\n      }\n    ]\n  },\n  {\n    id: 200,\n    text: 'Vegetables',\n    children: [\n      {\n        id: 201,\n        text: 'Carrot',\n        isLeaf: true\n      },\n      {\n        id: 202,\n        text: 'Tomato',\n        isLeaf: true\n      }\n    ]\n  }\n]\n```\n\n## License\n\n[MIT.](https://raw.githubusercontent.com/denimar/deni-react-treeview/develop/LICENSE-MIT)\n\n## Author\n\n[Denimar de Moraes](http://github.com/denimar) (denimar@gmail.com) is a full-stack developper at Feracode, Florianópolis, Santa Catarina, Brazil.\n\n[\u003cimg src=\"https://raw.githubusercontent.com/denimar/fakedata/master/data/images/linkedin-badge.png\"\u003e](https://www.linkedin.com/in/denimar-moraes/?locale=en_US)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenimar%2Fdeni-react-treeview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenimar%2Fdeni-react-treeview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenimar%2Fdeni-react-treeview/lists"}