{"id":18383576,"url":"https://github.com/pfelements/nebula-toolbar","last_synced_at":"2026-01-22T01:35:03.624Z","repository":{"id":135770012,"uuid":"90084782","full_name":"PFElements/nebula-toolbar","owner":"PFElements","description":"A toolbar control.","archived":false,"fork":false,"pushed_at":"2017-04-20T03:09:37.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T05:54:00.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PFElements.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-05-02T22:46:28.000Z","updated_at":"2020-06-24T00:30:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"f30e2de6-4e58-4e92-bcec-44e9195de909","html_url":"https://github.com/PFElements/nebula-toolbar","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/PFElements/nebula-toolbar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFElements%2Fnebula-toolbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFElements%2Fnebula-toolbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFElements%2Fnebula-toolbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFElements%2Fnebula-toolbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PFElements","download_url":"https://codeload.github.com/PFElements/nebula-toolbar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFElements%2Fnebula-toolbar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28649498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"ssl_error","status_checked_at":"2026-01-22T01:17:35.564Z","response_time":86,"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":[],"created_at":"2024-11-06T01:11:53.694Z","updated_at":"2026-01-22T01:35:03.604Z","avatar_url":"https://github.com/PFElements.png","language":"HTML","funding_links":["https://www.patreon.com/arsnebula"],"categories":[],"sub_categories":[],"readme":"[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-green.svg)](https://www.webcomponents.org/element/arsnebula/nebula-icon-button)\n[![Polymer Version](https://img.shields.io/badge/polymer-v2-blue.svg)](https://www.polymer-project.org)\n[![Sauce Labs Build Status](https://img.shields.io/badge/saucelabs-passing-red.svg)](https://saucelabs.com/beta/builds/897ce1297bb44e36a70030769f0d9bfc)\n[![Gitter Chat](https://badges.gitter.im/org.png)](https://gitter.im/arsnebula/webcomponents)\n[![Become a Patreon](https://img.shields.io/badge/patreon-support_us-orange.svg)](https://www.patreon.com/arsnebula)\n\n# \\\u003cnebula-toolbar\\\u003e\n\nA toolbar control with support for accessibility.\n\n* Simple toolbar or menu container element\n* Flexbox layout automatically centers and spaces toolbar children\n* Supports [WAI-ARIA](https://www.w3.org/TR/wai-aria-practices-1.1/#toolbar) authoring practices for **a11y**\n\n## Installation\n\n```sh\n$ bower install -S arsnebula/nebula-toolbar\n```\n\n## Getting Started\n\nImport the element.\n\n```html\n\u003clink rel=\"import\" href=\"/bower_components/nebula-toolbar/nebula-toolbar.html\"\u003e \n```\n\nAdd and configure the element.\n\n```html\n\u003cnebula-toolbar\u003e\n  \u003cnebula-icon-button icon=\"editor:format-bold\"\u003e\u003c/nebula-icon-button\u003e\n  \u003cnebula-icon-button icon=\"editor:format-italic\"\u003e\u003c/nebula-icon-button\u003e\n  \u003cnebula-icon-button icon=\"editor:format-list-numbered\"\u003e\u003c/nebula-icon-button\u003e\n  \u003cnebula-icon-button icon=\"editor:format-list-bulleted\"\u003e\u003c/nebula-icon-button\u003e\n  \u003cnebula-icon-button icon=\"editor:format-align-left\"\u003e\u003c/nebula-icon-button\u003e\n  \u003cnebula-icon-button icon=\"editor:format-align-right\"\u003e\u003c/nebula-icon-button\u003e\n  \u003cnebula-icon-button icon=\"editor:attach-file\"\u003e\u003c/nebula-icon-button\u003e\n\u003c/nebula-toolbar\u003e\n```\n\nStyle the element.\n\n```css\nnebula-toolbar {\n  background-color: black;\n  color: white;\n  height: 48px;\n}\nnebula-toolbar *[selected] {\n  background-color: dimgrey;\n}\n```\n\n*For more information, see the API documentation.*\n\n## Contributing\n\nWe welcome and appreciate feedback from the community. Here are a few ways that you can show your appreciation for this package:\n\n* Give us a **Star on GitHub** from either [webcomponents.org](https://www.webcomponents.org/element/arsnebula/nebula-element-mixin) or directly on [GitHub](https://github.com/arsnebula/nebula-element-mixin).\n\n* Submit a feature request, or a defect report on the [Issues List](https://www.webcomponents.org/element/arsnebula/nebula-element-mixin/issues).\n\n* Become a [Patreon](https://www.patreon.com/arsnebula). It takes a lot of time and effort to develop, document, test and support the elements in our [Nebula Essentials](https://www.webcomponents.org/collection/arsnebula/nebula-essentials) collection. Your financial contribution will help ensure that our entire collection continues to grow and improve.\n\nIf you are a developer, and are interested in making a code contribution, consider opening an issue first to describe the change, and discuss with the core repository maintainers. Once you are ready, prepare a pull request:\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Change Log\n\nSee [CHANGELOG](/CHANGELOG.md)\n\n## License\n\nSee [LICENSE](/LICENSE.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfelements%2Fnebula-toolbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpfelements%2Fnebula-toolbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfelements%2Fnebula-toolbar/lists"}