{"id":15539368,"url":"https://github.com/jaoaustero/solid-bulma","last_synced_at":"2026-05-10T02:32:42.575Z","repository":{"id":207669159,"uuid":"486236571","full_name":"jaoaustero/solid-bulma","owner":"jaoaustero","description":"🧩 Lightweight UI components for SolidJS based on Bulma","archived":false,"fork":false,"pushed_at":"2022-05-05T14:00:32.000Z","size":237,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-09T12:50:41.496Z","etag":null,"topics":["bulma-css","bulma-ui","solid","solid-bulma","solid-components","solid-js","solidjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jaoaustero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-04-27T14:54:21.000Z","updated_at":"2022-04-28T15:23:12.000Z","dependencies_parsed_at":"2023-11-17T02:37:00.343Z","dependency_job_id":null,"html_url":"https://github.com/jaoaustero/solid-bulma","commit_stats":null,"previous_names":["jaoaustero/solid-bulma"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaoaustero%2Fsolid-bulma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaoaustero%2Fsolid-bulma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaoaustero%2Fsolid-bulma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaoaustero%2Fsolid-bulma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaoaustero","download_url":"https://codeload.github.com/jaoaustero/solid-bulma/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246114222,"owners_count":20725593,"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","bulma-ui","solid","solid-bulma","solid-components","solid-js","solidjs"],"created_at":"2024-10-02T12:10:10.488Z","updated_at":"2026-05-10T02:32:37.533Z","avatar_url":"https://github.com/jaoaustero.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ccenter\u003e  \n    \u003ch1\u003e Notice: Under development \u003c/h1\u003e\n\u003c/center\u003e\n\n# ![solid-bulma](/images/solid-bulma-banner.jpg)\n\n\u003cbr/\u003e\n\n\n## Features\n- Documented and Self explaining methods\n- Small size without any external libraries\n\n\u003cbr/\u003e\n\n## Installation\nThe plugin are available in node and yarn and package managers.\n```bash\n# Node\nnpm install solid-bulma # Not yet published\n\n# Yarn\nyarn add solid-bulma # Not yet published\n```\n\n\u003cbr/\u003e\n\n## Usage\n\n### **Stylesheet**\nImport the Bulma css in your css file.\n```css\n@import \"https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css\";\n```\n\nYou can also import the stylesheet in your HTML file\n```html\n\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css\"\u003e\n```\n\nBulma style is also available in SASS\n```bash\n# Node\nnpm install bulma\n```\n\n\u003cbr/\u003e\n\n### **Components**\nUsing solid-bulma components\n```jsx\nimport { BButton } from 'solid-bulma';\n\nfunction App() {\n    return (\n        \u003cdiv\u003e\n            \u003cb-button\n                color={'primary'}\n                isLight={true}\u003e\n                Button\n            \u003c/b-button\u003e\n        \u003c/div\u003e\n    )\n}\n```\n\n\u003cbr/\u003e\n\n## License\nCode released under [MIT](https://github.com/jaoaustero/solid-bulma/blob/main/LICENSE) license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaoaustero%2Fsolid-bulma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaoaustero%2Fsolid-bulma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaoaustero%2Fsolid-bulma/lists"}