{"id":14988726,"url":"https://github.com/justboil/bulma-switch-control","last_synced_at":"2025-04-12T00:23:16.238Z","repository":{"id":57159661,"uuid":"285785018","full_name":"justboil/bulma-switch-control","owner":"justboil","description":"Switch controls for Bulma CSS Framework","archived":false,"fork":false,"pushed_at":"2022-05-17T13:54:39.000Z","size":466,"stargazers_count":14,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T11:09:57.627Z","etag":null,"topics":["bulma","bulma-css","bulma-css-framework","bulma-extension","bulma-extensions","bulma-framework","bulma-ui"],"latest_commit_sha":null,"homepage":"https://justboil.github.io/bulma-switch-control/","language":"CSS","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/justboil.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}},"created_at":"2020-08-07T09:00:46.000Z","updated_at":"2025-04-01T00:47:03.000Z","dependencies_parsed_at":"2022-09-07T20:12:11.345Z","dependency_job_id":null,"html_url":"https://github.com/justboil/bulma-switch-control","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justboil%2Fbulma-switch-control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justboil%2Fbulma-switch-control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justboil%2Fbulma-switch-control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justboil%2Fbulma-switch-control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justboil","download_url":"https://codeload.github.com/justboil/bulma-switch-control/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248498470,"owners_count":21114129,"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","bulma-css-framework","bulma-extension","bulma-extensions","bulma-framework","bulma-ui"],"created_at":"2024-09-24T14:17:06.526Z","updated_at":"2025-04-12T00:23:16.211Z","avatar_url":"https://github.com/justboil.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bulma Switch Control\n\n[![version](https://img.shields.io/npm/v/bulma-switch-control.svg)](https://www.npmjs.com/package/bulma-switch-control/)  [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://justboil.github.io/bulma-switch-control/)\n\n[![Switch controls for Bulma CSS Framework](https://justboil.me/images/bulma-switch-control/repository-preview-hi-res.png?v=1.1)](https://justboil.github.io/bulma-switch-control/)\n\n**Switch controls for Bulma CSS Framework** \u0026mdash; Pure HTML \u0026 CSS/SCSS.\n\n* Free under MIT License\n* Pure HTML \u0026 CSS/SCSS\n* Built for Bulma CSS Framework\n* No js framework dependencies\n* Ready-to-use CSS\n* SCSS sources with variables\n\n## Table of Contents\n\n* [Demo](#demo)\n* [Quick Start](#quick-start)\n* [Usage Samples](#usage-samples)\n* [Browser Support](#browser-support)\n* [Reporting Issues](#reporting-issues)\n* [Licensing](#licensing)\n* [Credits](#credits)\n* [Useful Links](#useful-links)\n\n## Demo\n\nDemo and usage samples available at https://justboil.github.io/bulma-switch-control/\n\n## Quick Start\n\n### npm install\n\n```shell script\n$ npm i bulma-switch-control --save\n``` \n\n### SCSS\n\nUse with scss\n\n```scss\n/* Bulma Switch Control */\n@import \"node_modules/bulma-switch-control/bulma-switch-control\";\n\n/* Bulma */\n@import \"node_modules/bulma/bulma\";\n```\n\n### ... or use as CSS\n\nYou may just copy pre-compiled `main.css` or `main.min.css` file from the [repository](https://github.com/justboil/bulma-switch-control/tree/master/css) or from `node_modules/bulma-switch-control/css` folder and use it in HTML\n\n```html\n\u003c!-- Bulma --\u003e\n\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bulma@0.9.0/css/bulma.min.css\"\u003e\n\n\u003c!-- Bulma Switch Control --\u003e\n\u003clink rel=\"stylesheet\" href=\"%SOME-LOCAL-PATH%/bulma-switch-control/css/main.min.css\"\u003e\n```\n\n## Usage samples\n\nDemo and usage samples available at https://justboil.github.io/bulma-switch-control/\n\n## Browser Support\n\nWe try to make sure package works well in the latest versions of all major browsers\n\n\u003cimg src=\"https://justboil.me/images/browsers-svg/chrome.svg\" width=\"64\" height=\"64\" alt=\"Chrome\"\u003e \u003cimg src=\"https://justboil.me/images/browsers-svg/firefox.svg\" width=\"64\" height=\"64\" alt=\"Firefox\"\u003e \u003cimg src=\"https://justboil.me/images/browsers-svg/edge.svg\" width=\"64\" height=\"64\" alt=\"Edge\"\u003e \u003cimg src=\"https://justboil.me/images/browsers-svg/safari.svg\" width=\"64\" height=\"64\" alt=\"Safari\"\u003e \u003cimg src=\"https://justboil.me/images/browsers-svg/opera.svg\" width=\"64\" height=\"64\" alt=\"Opera\"\u003e\n\n## Reporting Issues\n\nJustBoil's free items are limited to community support on GitHub.\n\nThe issue list is reserved exclusively for bug reports and feature requests. That means we do not accept usage questions. If you open an issue that does not conform to the requirements, it will be closed.\n\n1. Make sure you are using the latest version of the package\n2. Provide steps to reproduce\n3. Provide an expected behavior\n4. Describe what is actually happening \n5. Platform, Browser \u0026 version as some issues may be browser specific\n\n## Licensing\n\n* Copyright \u0026copy; 2022 Viktor Kuzhelny (https://github.com/vikdiesel)\n* Licensed under MIT\n\n## Credits\n\nBased on [Buefy's](https://github.com/buefy/buefy) component for Vue.js \u0026 Bulma CSS Framework released under MIT License (Copyright \u0026copy; 2017-2020 [Walter Tommasi](https://github.com/jtommy); Copyright \u0026copy; 2017-2020 [Rafael Beraldo](https://github.com/rafaelpimpa))\n\n## Useful Links\n\n- [Bulma admin templates](https://justboil.me/bulma-admin-template/)\n- [Bulma](https://bulma.io)\n- [Buefy](https://buefy.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustboil%2Fbulma-switch-control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustboil%2Fbulma-switch-control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustboil%2Fbulma-switch-control/lists"}