{"id":15495037,"url":"https://github.com/vip-git/react-sortable-tree-theme-file-explorer-ssr","last_synced_at":"2026-02-09T22:03:27.428Z","repository":{"id":76146620,"uuid":"185160764","full_name":"vip-git/react-sortable-tree-theme-file-explorer-ssr","owner":"vip-git","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-06T21:58:20.000Z","size":17,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-18T05:48:23.880Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/vip-git.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-06T09:00:06.000Z","updated_at":"2019-05-06T09:12:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"a349ef4b-f63a-4af4-b3ec-30a21bbb0824","html_url":"https://github.com/vip-git/react-sortable-tree-theme-file-explorer-ssr","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"624787d2214b7ae51aef3c6f2bef5d33dcdcbfa6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vip-git/react-sortable-tree-theme-file-explorer-ssr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vip-git%2Freact-sortable-tree-theme-file-explorer-ssr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vip-git%2Freact-sortable-tree-theme-file-explorer-ssr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vip-git%2Freact-sortable-tree-theme-file-explorer-ssr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vip-git%2Freact-sortable-tree-theme-file-explorer-ssr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vip-git","download_url":"https://codeload.github.com/vip-git/react-sortable-tree-theme-file-explorer-ssr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vip-git%2Freact-sortable-tree-theme-file-explorer-ssr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29283033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"ssl_error","status_checked_at":"2026-02-09T21:57:11.537Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-02T08:15:51.647Z","updated_at":"2026-02-09T22:03:27.413Z","avatar_url":"https://github.com/vip-git.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Sortable Tree File Explorer Theme\n\n![theme appearance](https://user-images.githubusercontent.com/4413963/32144463-a7de23e0-bcfc-11e7-8054-1a83d561261e.png)\n\n## Features\n\n- You can click anywhere on a node to drag it.\n- More compact design, with indentation alone used to represent tree depth.\n\n## Usage\n\n```sh\nnpm install --save react-sortable-tree-theme-file-explorer\n```\n\n```jsx\nimport React, { Component } from 'react';\nimport SortableTree from 'react-sortable-tree';\nimport FileExplorerTheme from 'react-sortable-tree-theme-file-explorer';\n\nexport default class Tree extends Component {\n  constructor(props) {\n    super(props);\n\n    this.state = {\n      treeData: [{ title: 'src/', children: [{ title: 'index.js' }] }],\n    };\n  }\n\n  render() {\n    return (\n      \u003cdiv style={{ height: 400 }}\u003e\n        \u003cSortableTree\n          treeData={this.state.treeData}\n          onChange={treeData =\u003e this.setState({ treeData })}\n          theme={FileExplorerTheme}\n        /\u003e\n      \u003c/div\u003e\n    );\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvip-git%2Freact-sortable-tree-theme-file-explorer-ssr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvip-git%2Freact-sortable-tree-theme-file-explorer-ssr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvip-git%2Freact-sortable-tree-theme-file-explorer-ssr/lists"}