{"id":25881033,"url":"https://github.com/wasabi-io/bambu","last_synced_at":"2025-06-30T19:05:16.122Z","repository":{"id":78712391,"uuid":"112859294","full_name":"wasabi-io/bambu","owner":"wasabi-io","description":"Seamless integration with Bulma","archived":false,"fork":false,"pushed_at":"2019-07-01T05:08:47.000Z","size":10892,"stargazers_count":11,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T05:51:13.298Z","etag":null,"topics":["bulma-css-framework","component-based","css","css-framework","design","flexbox","html","react","theme","typescript"],"latest_commit_sha":null,"homepage":"https://wasabi-io.github.io/bambu/","language":"TypeScript","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/wasabi-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"Contributing.md","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}},"created_at":"2017-12-02T16:49:10.000Z","updated_at":"2024-09-10T21:02:17.000Z","dependencies_parsed_at":"2023-03-18T20:06:54.279Z","dependency_job_id":null,"html_url":"https://github.com/wasabi-io/bambu","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wasabi-io/bambu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabi-io%2Fbambu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabi-io%2Fbambu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabi-io%2Fbambu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabi-io%2Fbambu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wasabi-io","download_url":"https://codeload.github.com/wasabi-io/bambu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabi-io%2Fbambu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262834786,"owners_count":23371849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bulma-css-framework","component-based","css","css-framework","design","flexbox","html","react","theme","typescript"],"created_at":"2025-03-02T14:30:22.248Z","updated_at":"2025-06-30T19:05:16.114Z","avatar_url":"https://github.com/wasabi-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bambu\n\nSeamless integration with [**Bulma**](https://bulma.io/)\n\n[![npm version](https://badge.fury.io/js/bambu.svg)](https://badge.fury.io/js/bambu)\n[![Build Status](https://travis-ci.org/wasabi-io/bambu.svg?branch=master)](https://travis-ci.org/wasabi-io/bambu)\n\n## Motivation\n\nReact Web components built with `typescript` on top of `bulma` css framework.\n\n#### Key Points\n\n| Key   | Goal          |\n| ------------- |:-------------:|\n| Extended from `typescript` definition types of html elements for each react component so able to use native html attributes for each element which is supported.     | *Easy development with Typescript* |\n| Used *pure functional* and stateless `react` component  | *Performance*, *Minimum source code* |\n| Defined each component similar      | *Standardization* |\n| Used attribute names for each component similar to related css class names which are defined in **bulma**.| *Standardization*, *Simplicity* |\n| Used **bulma** sass files from node modules.| *Easy upgradable* |\n\n\n### Configuration\n\n#### installation\n\n* install dependencies *bulma*, *react*,*prop-types*\n```bash\nyarn add bulma react prop-types\n```\n\n* install\n```bash\nyarn add bambu\n```\n\n#### **bulma** css file.\n\n* import `bulma.css` css in html file.\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.css\"\u003e\n```\n\n* if you are using bulma as css module then you have add bulma css module\n\n```javascript\nimport {bulma} from \"bambu\";\n\nbulma.$putAll(require('bulma/css/bulma.css'));\n```\n\n* For more information https://bulma.io/documentation/overview/start/\n\n\n#### fontawesome.\n\n* add css link to index.html file\n\n```html\n \u003clink rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.0.13/css/all.css\" integrity=\"sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp\" crossorigin=\"anonymous\"\u003e\n```\n\n\n* For more information https://fontawesome.com/get-started\n\n#### materialdesignicons.\n\n* add css link to index.html file\n\n```html\n \u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/2.4.85/css/materialdesignicons.min.css\" crossorigin=\"anonymous\" /\u003e\n```\n\n\n* For more information https://materialdesignicons.com/\n\n## Documentation ( Showcase )\n\n#### Development\n\n* Start showcase in development mode.\n```bash\nyarn start\n```\n\n#### Production\n\n* build showcase\n```bash\nyarn showcase:build\n```\n\n* serve showcase (port: 8282)\n```bash\nyarn showcase:serve\n```\n\n## Contributions\n\nYes please! See the [contributing guidelines](./Contributing.md) for details.\n\n## License\n\nbambu is [wtfpl](http://www.wtfpl.net/) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasabi-io%2Fbambu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwasabi-io%2Fbambu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasabi-io%2Fbambu/lists"}