{"id":16393620,"url":"https://github.com/tk42/streamlit-draggable-list","last_synced_at":"2026-02-26T12:02:29.418Z","repository":{"id":83491262,"uuid":"531712548","full_name":"tk42/streamlit-draggable-list","owner":"tk42","description":"A Streamlit wrapper component on react-smooth-dnd","archived":false,"fork":false,"pushed_at":"2024-02-15T11:52:07.000Z","size":855,"stargazers_count":19,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T12:51:28.098Z","etag":null,"topics":["react","streamlit-component"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/streamlit-draggable-list/","language":"TypeScript","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/tk42.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-01T23:07:07.000Z","updated_at":"2025-03-22T22:33:05.000Z","dependencies_parsed_at":"2024-10-28T15:25:18.828Z","dependency_job_id":"8d483d89-7917-4a39-aa7b-bd7144a55bb9","html_url":"https://github.com/tk42/streamlit-draggable-list","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tk42/streamlit-draggable-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tk42%2Fstreamlit-draggable-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tk42%2Fstreamlit-draggable-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tk42%2Fstreamlit-draggable-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tk42%2Fstreamlit-draggable-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tk42","download_url":"https://codeload.github.com/tk42/streamlit-draggable-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tk42%2Fstreamlit-draggable-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29858461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: 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":["react","streamlit-component"],"created_at":"2024-10-11T04:53:48.032Z","updated_at":"2026-02-26T12:02:29.396Z","avatar_url":"https://github.com/tk42.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# streamlit-draggable-list\n\n![Support Python 3.10+](https://img.shields.io/badge/Python-3.10+-green)\n\nA Streamlit wrapper component on react-smooth-dnd\n\n### Exmple\n```python\nimport streamlit as st\nfrom st_draggable_list import DraggableList\n\nst.title(\"DraggableList\")\n\ndata = [\n    {\"id\": \"oct\", \"order\": 10, \"name\": \"Oct\"},\n    {\"id\": \"nov\", \"order\": 11, \"name\": \"Nov\"},\n    {\"id\": \"dec\", \"order\": 12, \"name\": \"Dec\"},\n    {\"id\": \"jan\", \"order\": 1, \"name\": \"Jan\"},\n    {\"id\": \"feb\", \"order\": 2, \"name\": \"Feb\"},\n    {\"id\": \"mar\", \"order\": 3, \"name\": \"Mar\"},\n    {\"id\": \"apr\", \"order\": 4, \"name\": \"Apr\"},\n    {\"id\": \"may\", \"order\": 5, \"name\": \"May\"},\n    {\"id\": \"jun\", \"order\": 6, \"name\": \"Jun\"},\n    {\"id\": \"jul\", \"order\": 7, \"name\": \"Jul\"},\n    {\"id\": \"aug\", \"order\": 8, \"name\": \"Aug\"},\n    {\"id\": \"Sep\", \"order\": 9, \"name\": \"Sep\"},\n]\n\nslist = DraggableList(data, width=\"100%\")\nst.write(slist)\n```\n![draggable_list](./draggable_list.png)\n\n### Component value\n![component_value](./component_value.png)\n\n### Install\n```\npip install streamlit-draggable-list\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftk42%2Fstreamlit-draggable-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftk42%2Fstreamlit-draggable-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftk42%2Fstreamlit-draggable-list/lists"}