{"id":14988723,"url":"https://github.com/alakise/bulma-floating-button","last_synced_at":"2025-04-12T00:22:39.793Z","repository":{"id":42205823,"uuid":"261874881","full_name":"alakise/bulma-floating-button","owner":"alakise","description":"Bulma's extention for floating buttons.","archived":false,"fork":false,"pushed_at":"2024-07-23T20:04:56.000Z","size":35,"stargazers_count":15,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T05:48:19.909Z","etag":null,"topics":["bulma","bulma-css","css","sass"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/alakise.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-06T20:46:24.000Z","updated_at":"2024-12-20T12:47:09.000Z","dependencies_parsed_at":"2024-09-24T15:54:06.099Z","dependency_job_id":null,"html_url":"https://github.com/alakise/bulma-floating-button","commit_stats":{"total_commits":10,"total_committers":4,"mean_commits":2.5,"dds":"0.30000000000000004","last_synced_commit":"bb1ce00852837e6c3e104525ee3a424ff950b701"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alakise%2Fbulma-floating-button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alakise%2Fbulma-floating-button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alakise%2Fbulma-floating-button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alakise%2Fbulma-floating-button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alakise","download_url":"https://codeload.github.com/alakise/bulma-floating-button/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248498316,"owners_count":21114089,"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","bulma-css","css","sass"],"created_at":"2024-09-24T14:17:06.310Z","updated_at":"2025-04-12T00:22:39.769Z","avatar_url":"https://github.com/alakise.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bulma-floating-button\nBulma's extension to create floating buttons\n\n[![npm](https://img.shields.io/npm/v/bulma-floating-button)](https://www.npmjs.com/package/bulma-floating-button) ![NPM Downloads](https://img.shields.io/npm/d18m/bulma-floating-button)\n\n\n## Quick install\n### NPM\n[NPM package](https://www.npmjs.com/package/bulma-floating-button)\n```sh\nnpm install bulma-floating-button\n```\n### Import\nYou can import the CSS or SASS file into your project using this snippet after importing 'bulma':\n```sh\nimport 'bulma-floating-button/dist/css/bulma-floating-button.min.css'\n```\nor\n```sh\nimport 'bulma-floating-button/dist/css/bulma-floating-button.sass'\n```\n\n### Usage\nYou can use .is-floating with size and color modifiers\n```html\n\n    \u003ca href=\"#\" class=\"button is-floating is-primary\"\u003e\n        \u003ci class=\"fas fa-chevron-up\"\u003e\u003c/i\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#\" class=\"button is-floating is-dark\"\u003e\n        \u003ci class=\"fas fa-home\"\u003e\u003c/i\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#\" class=\"button is-floating is-success\"\u003e\n        \u003ci class=\"fas fa-adjust\"\u003e\u003c/i\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#\" class=\"button is-floating is-info\"\u003e\n        \u003ci class=\"fas fa-search\"\u003e\u003c/i\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#\" class=\"button is-floating is-danger\"\u003e\n        \u003ci class=\"fas fa-arrow-down\"\u003e\u003c/i\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#\" class=\"button is-floating is-light\"\u003e\n        \u003ci class=\"fas fa-pen\"\u003e\u003c/i\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#\" class=\"button is-floating\"\u003e\n            \u003ci class=\"fas fa-book\"\u003e\u003c/i\u003e\n        \u003c/a\u003e\n    \u003c!-- SIZES --\u003e\n    \u003ca href=\"#\" class=\"button is-floating is-small\"\u003e\n        \u003ci class=\"fas fa-chevron-up\"\u003e\u003c/i\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#\" class=\"button is-floating\"\u003e\n        \u003ci class=\"fas fa-home\"\u003e\u003c/i\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#\" class=\"button is-floating is-medium\"\u003e\n        \u003ci class=\"fas fa-adjust\"\u003e\u003c/i\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#\" class=\"button is-floating is-large\"\u003e\n        \u003ci class=\"fas fa-search\"\u003e\u003c/i\u003e\n    \u003c/a\u003e\n```\n\nExample\n---\n![Example usage](https://raw.githubusercontent.com/alakise/bulma-floating-button/master/example/index.png?token=AEICCE55L64XQKBNHPW4PZS6XRPD6)\n\nIntegration to Bulma\n---\n- Clone the [bulma repo](https://github.com/jgthms/bulma)\n- Under the `sass` folder, create a new folder called `extensions`\n- In this new folder, create a new file `bulma-floating-button.sass`\n- Copy the code form the `bulma-floating-button repo`'s [dist/css/bulma-floating-button.sass](https://github.com/alakise/bulma-floating-button/blob/master/dist/css/bulma-floating-button.sass) file into your new file\n- In the same folder create a new file `_all.sass` (this is not required, but will help when you add more extensions)\n- In this file add this code:\n```\n@charset \"utf-8\"\n\n@import \"bulma-floating-button.sass\"\n```\nAt the end of the `bulma.sass` file, add this line: `@import \"sass/extensions/_all\"`\nNow, you can just build the bulma project with `npm run build`, and the output will be available in the `css folder`.\n\nOR\n\n- Just add the 'bulma-floating-button.sass' or 'bulma-floating-button.min.css' in any way you want it.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falakise%2Fbulma-floating-button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falakise%2Fbulma-floating-button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falakise%2Fbulma-floating-button/lists"}