{"id":28960378,"url":"https://github.com/genieframework/stippletabs.jl","last_synced_at":"2026-02-25T01:32:40.291Z","repository":{"id":273431774,"uuid":"851058609","full_name":"GenieFramework/StippleTabs.jl","owner":"GenieFramework","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-01T15:52:43.000Z","size":17,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-10T03:22:04.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/GenieFramework.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,"zenodo":null}},"created_at":"2024-09-02T10:52:49.000Z","updated_at":"2025-05-01T15:36:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1fc4c4f-0a7d-4892-8331-0cef8c2edd91","html_url":"https://github.com/GenieFramework/StippleTabs.jl","commit_stats":null,"previous_names":["genieframework/stippletabs.jl"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/GenieFramework/StippleTabs.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FStippleTabs.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FStippleTabs.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FStippleTabs.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FStippleTabs.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GenieFramework","download_url":"https://codeload.github.com/GenieFramework/StippleTabs.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FStippleTabs.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29807910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"ssl_error","status_checked_at":"2026-02-24T22:43:18.536Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2025-06-24T01:12:56.309Z","updated_at":"2026-02-25T01:32:40.273Z","avatar_url":"https://github.com/GenieFramework.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StippleTabs.jl\n\nAlternative UI tabs component for Stipple/StippleUI.\nThis component wraps Quasar's Q-Tabs component for Genie Builder compatibility.\nUse it in combination with q-tab-panels and q-tab-panel to switch displayed content.\n\n## Installation\n\nTo install the most recent released version of package:\n\n```\npkg\u003e add StippleTabs\n```\n \n## Usage\n\n\n\nCreate a simple `app.jl` script\n```julia\nmodule App\n\nusing GenieFramework\n@genietools\nusing StippleTabs\n\n\n@app begin\n    @out tab_ids =      [\"tab_1\", \"tab_2\", \"tab_3\"]\n    @out tab_labels =   [\"Tab 1\", \"Tab 2\", \"Tab 3\"]\n    @in selected_tab =  \"tab_1\"\nend\n\nui() = \"\"\"\n\u003cst-tabs v-model=\"selected_tab\" :ids=\"tab_ids\" :labels=\"tab_labels\" /\u003e\n\n\u003cq-tab-panels v-model=\"selected_tab\"\u003e\n    \u003cq-tab-panel name=\"tab_1\"\u003e\n        Tab 1 Contents\n    \u003c/q-tab-panel\u003e\n\n    \u003cq-tab-panel name=\"tab_2\"\u003e\n        Tab 2 Contents\n    \u003c/q-tab-panel\u003e\n\n    \u003cq-tab-panel name=\"tab_3\"\u003e\n        Tab 3 Contents\n    \u003c/q-tab-panel\u003e\n\u003c/q-tab-panels\u003e\n\"\"\"\n\n@page(\"/\", ui)\n\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenieframework%2Fstippletabs.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenieframework%2Fstippletabs.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenieframework%2Fstippletabs.jl/lists"}