{"id":19197923,"url":"https://github.com/flarebyte/bubblegum-ui-preview-tag","last_synced_at":"2026-06-19T17:33:29.776Z","repository":{"id":57675089,"uuid":"139316999","full_name":"flarebyte/bubblegum-ui-preview-tag","owner":"flarebyte","description":"Preview tag widget for the Bubblegum UI toolkit.","archived":false,"fork":false,"pushed_at":"2018-07-08T19:34:23.000Z","size":142,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T17:09:25.447Z","etag":null,"topics":["wip-do-not-use"],"latest_commit_sha":null,"homepage":null,"language":"Elm","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-07-01T09:43:00.000Z","updated_at":"2018-07-08T19:27:20.000Z","dependencies_parsed_at":"2022-09-11T21:44:16.221Z","dependency_job_id":null,"html_url":"https://github.com/flarebyte/bubblegum-ui-preview-tag","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/flarebyte/bubblegum-ui-preview-tag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbubblegum-ui-preview-tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbubblegum-ui-preview-tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbubblegum-ui-preview-tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbubblegum-ui-preview-tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flarebyte","download_url":"https://codeload.github.com/flarebyte/bubblegum-ui-preview-tag/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbubblegum-ui-preview-tag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34541990,"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-19T02:00:06.005Z","response_time":61,"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:31.874Z","updated_at":"2026-06-19T17:33:29.758Z","avatar_url":"https://github.com/flarebyte.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Preview Tag Widget\n\n\u003e Preview Tag widget for the Bubblegum UI toolkit\n\n[![Build Status](https://semaphoreci.com/api/v1/olih/bubblegum-ui-preview-tag/branches/master/badge.svg)](https://semaphoreci.com/olih/bubblegum-ui-preview-tag)\n\nPlease check the [demo](https://flarebyte.github.io/bubblegum-ui-preview-tag/)\n\n### Installing Elm packages\n\nThere is no dependency.\n\n```\nelm-package install flarebyte/bubblegum-ui-preview-tag\n```\n\n## Configuring the widget\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:selected-appearance\" \"ui:selected-appearance/bulleted-list\"\n        ++ getExampleAttributes\n    ]\n }\n\nstate: StateEntity.Model\nstate = {\n    attributes = [\n        attr ui_selected \"id:suggestion:1\"\n        ]\n }\n\n  Widget.view adapter userSettings settings state \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:selected-appearance** : The appearance of the selected field (String)\n \nAnd for each suggestion, you need to describe further:\n\n * **ui:constituent-label** : Label of the constituent (String)\n * **ui:constituent-description** : Description of the constituent (String)\n\n### State\n\n * **ui:selected** : The selected tags for the field (List String)\n * **ui:content-id** : The unique id of the content (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-tag/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-tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflarebyte%2Fbubblegum-ui-preview-tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fbubblegum-ui-preview-tag/lists"}