{"id":22357625,"url":"https://github.com/bluzi/ngx-bulma","last_synced_at":"2026-05-06T04:33:11.358Z","repository":{"id":54553123,"uuid":"96104538","full_name":"bluzi/ngx-bulma","owner":"bluzi","description":":rocket: Join the power of Angular with the beauty of bulma.io","archived":false,"fork":false,"pushed_at":"2021-02-11T00:39:09.000Z","size":36,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T09:23:58.672Z","etag":null,"topics":["angular","bulma"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bluzi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-03T11:39:12.000Z","updated_at":"2019-12-24T21:09:03.000Z","dependencies_parsed_at":"2022-08-13T19:30:51.185Z","dependency_job_id":null,"html_url":"https://github.com/bluzi/ngx-bulma","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bluzi/ngx-bulma","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluzi%2Fngx-bulma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluzi%2Fngx-bulma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluzi%2Fngx-bulma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluzi%2Fngx-bulma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluzi","download_url":"https://codeload.github.com/bluzi/ngx-bulma/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluzi%2Fngx-bulma/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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":["angular","bulma"],"created_at":"2024-12-04T14:15:18.957Z","updated_at":"2026-05-06T04:33:11.331Z","avatar_url":"https://github.com/bluzi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bulma for Angular\n[![npm version](https://badge.fury.io/js/ngx-bulma.svg)](https://badge.fury.io/js/ngx-bulma)\n[![Gitter](https://badges.gitter.im/ngx-bulma.png)](https://gitter.im/ngx-bulma/Lobby)\n\nThis is the home for bulma components built for and with Angular.\n\n#### Quick links\n[Contributing](https://github.com/bluzi/ngx-bulma/blob/master/CONTRIBUTING.md) |\n[Dev guide](https://github.com/bluzi/ngx-bulma/blob/master/DEV.md) |\n\n#### Available features\n\n| Feature          | Notes                                                  | Docs         |\n|------------------|--------------------------------------------------------|--------------|\n|                  |                                                        |              |\n|                  |                                                        |              |\n\n\n\n#### In progress, planned, and non-planned features\n\n| Feature          | Status                              | Docs         | Issue          |\n|------------------|-------------------------------------|--------------|----------------|\n|           Typedoc|                 planned, not started|           -  |              NA|\n|           Buttons|                 planned, not started|           -  |              NA|\n|           Layouts|                 planned, not started|           -  |              NA|\n|                  |                                     |           -  |                |\n|                  |                                     |           -  |                |\n|                  |                                     |           -  |                |\n|                  |                                     |           -  |                |\n\n\n## Code samples\n\n![Buttons](http://eliran.net/ngx-bulma/buttons.png \"Buttons\")\n```html\n  \u003cbu-subtitle\u003eButtons\u003c/bu-subtitle\u003e\n  \u003cbu-button buDanger buLarge\u003elarge danger button\u003c/bu-button\u003e\n  \u003cbu-button buDark buNormal\u003enormal dark button\u003c/bu-button\u003e\n  \u003cbu-button buWarning buSmall\u003esmall warning button\u003c/bu-button\u003e\n\n  \u003cbu-button buPrimary loading\u003eloading\u003c/bu-button\u003e\n  \u003ca buButton buSuccess\u003eDirective button\u003c/a\u003e\n  \u003ca buButton outlined buDanger\u003eOutlined button\u003c/a\u003e\n  \u003ca buButton inverted buWarning\u003einverted button\u003c/a\u003eton\u003c/a\u003e\n```\n\n\n## The goal of NGX-Bulma\nOur goal is to build a set of high-quality UI components built with Angular and TypeScript,\nfollowing the Bulma Design Spec. These\ncomponents will serve as an example of how to write Angular code following best practices.\n\n### What do we mean by \"high-quality\"?\n* Internationalized and accessible so that all users can use them.\n* Straightforward APIs that don't confuse developers.\n* Behave as expected across a wide variety of use-cases without bugs.\n* Behavior is well-tested with both unit and integration tests.\n* Customizable within the bounds of Bulma Design specification.\n* Performance cost is minimized.\n* Code is clean and well-documented to serve as an example for Angular devs.\n\n## Browser and screen reader support\nNGX-Bulma supports the most recent two versions of all major browsers:\nChrome (including Android), Firefox, Safari (including iOS), and IE11 / Edge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluzi%2Fngx-bulma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluzi%2Fngx-bulma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluzi%2Fngx-bulma/lists"}