{"id":15288056,"url":"https://github.com/bluegob/streamlit-speed-dial","last_synced_at":"2026-02-12T10:32:56.899Z","repository":{"id":216516139,"uuid":"741525326","full_name":"BlueGob/streamlit-speed-dial","owner":"BlueGob","description":"a simple Speed Dial component in streamlit to display actions ","archived":false,"fork":false,"pushed_at":"2024-01-11T10:30:10.000Z","size":343,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T10:05:28.612Z","etag":null,"topics":["python","speeddial","streamlit","streamlit-component"],"latest_commit_sha":null,"homepage":"","language":"Python","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/BlueGob.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":"2024-01-10T15:21:32.000Z","updated_at":"2024-01-15T15:38:13.000Z","dependencies_parsed_at":"2024-11-15T09:39:04.715Z","dependency_job_id":"3d6561b9-819c-428d-9e8c-97dd1daeaa58","html_url":"https://github.com/BlueGob/streamlit-speed-dial","commit_stats":null,"previous_names":["bluegob/streamlit-speed-dial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BlueGob/streamlit-speed-dial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueGob%2Fstreamlit-speed-dial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueGob%2Fstreamlit-speed-dial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueGob%2Fstreamlit-speed-dial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueGob%2Fstreamlit-speed-dial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueGob","download_url":"https://codeload.github.com/BlueGob/streamlit-speed-dial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueGob%2Fstreamlit-speed-dial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746549,"owners_count":24813570,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["python","speeddial","streamlit","streamlit-component"],"created_at":"2024-09-30T15:43:59.459Z","updated_at":"2026-02-12T10:32:56.893Z","avatar_url":"https://github.com/BlueGob.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  streamlit-speed-dial\n\nStreamlit component that allows you to make speed dial\n\n## Installation instructions\n\n```sh\npip install streamlit_speed_dial\n```\n\n![gif_example](https://github.com/BlueGob/streamlit-speed-dial/assets/59932913/66b4a7a9-1c7e-4fab-8462-636c29ee188c)\n\n## Getting started with streamlit-speed-dial\n\n```python\nimport streamlit as st\nfrom streamlit_speed_dial import streamlit_speed_dial\nst.title(\"streamlit speed dial component\")\nst.markdown(\"---\")\ncol1, col2 = st.columns(2)\nwith col2:\n    button_clicked = streamlit_speed_dial(\n        [{\"icon\":\"💾\",\"name\":\"save\"},\n         {\"icon\":\"✍🏼\",\"name\":\"edit\"},\n         {\"icon\":\"❌\",\"name\":\"delete\"},\n         {\"icon\":\"↪\",\"name\":\"share\"}\n         ],\n        \"up\")\nwith col1:\n    st.subheader(f\"{button_clicked} is pressed \")\n```\n## Properties\nThe speed dial can be customized using the following parameters:\n| Property             | Type     | Description                                                                                                            | Default     |\n| -------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------- | ----------- |\n|`actions`|list[dict] | the list of buttons to display when hovering or clicking on the speeddial button.Each element in the list is a dictionary representing an action or button. | `[]`|\n|`direction` | string | The direction in which the speed-dial button expands to reveal the list of actions |`up`|\n\n## Returns\nspeed dial returns a string containing the clicked action.\n| Property             | Type     | Description                                                                                                            | Default     |\n| -------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------- | ----------- |\n|`selected`|string | name of the action | `None`|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluegob%2Fstreamlit-speed-dial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluegob%2Fstreamlit-speed-dial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluegob%2Fstreamlit-speed-dial/lists"}