{"id":19197932,"url":"https://github.com/flarebyte/bubblegum-ui-preview","last_synced_at":"2026-06-17T03:31:16.105Z","repository":{"id":57675090,"uuid":"138469554","full_name":"flarebyte/bubblegum-ui-preview","owner":"flarebyte","description":"Preview widget for the Bubblegum UI toolkit","archived":false,"fork":false,"pushed_at":"2018-07-01T17:30:59.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T17:09:25.429Z","etag":null,"topics":["wip-do-not-use"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flarebyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-24T09:32:26.000Z","updated_at":"2018-07-01T17:21:51.000Z","dependencies_parsed_at":"2022-09-11T21:44:12.038Z","dependency_job_id":null,"html_url":"https://github.com/flarebyte/bubblegum-ui-preview","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/flarebyte/bubblegum-ui-preview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbubblegum-ui-preview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbubblegum-ui-preview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbubblegum-ui-preview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbubblegum-ui-preview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flarebyte","download_url":"https://codeload.github.com/flarebyte/bubblegum-ui-preview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbubblegum-ui-preview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34433085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":["wip-do-not-use"],"created_at":"2024-11-09T12:19:33.952Z","updated_at":"2026-06-17T03:31:16.090Z","avatar_url":"https://github.com/flarebyte.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tag Widget\n\n\u003e Tag widget for the Bubblegum UI toolkit\n\n[![Build Status](https://semaphoreci.com/api/v1/olih/bubblegum-ui-preview/branches/master/badge.svg)](https://semaphoreci.com/olih/bubblegum-ui-preview)\n\nPlease check the [demo](https://flarebyte.github.io/bubblegum-ui-preview/)\n\n### Installing Elm packages\n\nThere is no dependency.\n\n```\nelm-package install flarebyte/bubblegum-ui-preview\n```\n\n## Configuring the widget\n\n```\nimport Bubblegum.Preview.Adapter as Adapter\nimport Bubblegum.Preview.Widget as Widget\nimport Bubblegum.Entity.SettingsEntity as SettingsEntity\nimport Bubblegum.Entity.StateEntity as StateEntity\nimport Bubblegum.Entity.Attribute as Attribute\n\n\ntype TestMsg\n    = OnMouseOver String\n\nattr: String -\u003e String -\u003e Attribute.Model\nattr key value =\n     { id = Nothing\n    , key = key\n    , facets = []\n    , values = [value]\n    }  \n\nadapter : Adapter.Model TestMsg\nadapter =  =\n        { onMouseOver = OnMouseOver\n        }\n\nuserSettings: SettingsEntity.Model\nuserSettings = {\n    attributes = [\n        attr \"ui:user-language\" \"en-GB\"\n    ]\n }\n\nsettings: SettingsEntity.Model\nsettings = {\n    attributes = [\n        attr \"ui:content-appearance\" \"ui:content-appearance/block-quote\"\n    ]\n }\n\nstate: StateEntity.Model\nstate = {\n    attributes = [\n        attr \"ui:content\" \"Some story\"\n        ]\n }\n\n  Widget.view adapter userSettings settings state     \n\n```\n\n## Widget configuration\n\n### User Settings\n\n * **ui:user-language** : Language used by the user (String)\n * **ui:user-right-to-left** : Whether the user is using right to left (Bool)\n\n### Settings\n\n * **ui:content-appearance** : The appearance of the field content (String)\n \n### State\n \n * **ui:content-id** : The unique id of the content (String)\n * **ui:content** : The content of the field (String)\n\n## Technical design\n\nSee [Technical design](TECHNICAL_DESIGN.md)\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nManaged automatically by [Elm version rules](https://github.com/elm-lang/elm-package#version-rules).\n\n## Authors\n\n* **Olivier Huin** - *Initial work* - [olih](https://github.com/olih)\n\nSee also the list of [contributors](https://github.com/flarebyte/bubblegum-ui-preview/graphs/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the BSD 3-Clause License - see the [LICENSE.md](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fbubblegum-ui-preview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflarebyte%2Fbubblegum-ui-preview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fbubblegum-ui-preview/lists"}