bulma-switch
bulma-switch copied to clipboard
Bulma's extension to display checkbox as a switch
https://github.com/Wikiki/bulma-switch/pull/43 doesn't work if you don't add a color to the input. if you want a default input, you have to specify is-primary + you should update the documentation since...
Hi. I use bulma-switch with bulmaswatch. And I have an error with bulma-switch. Bulmaswatch uses rem but this does em, so the below error occurs. `SassError: 1.275em and 0.5rem have...
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 18.0.1 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Hello, we just updated our dependencies and patched bulma-switch from 2.0.0 to 2.0.4. This is only a patch, but it broke some of our layouts, some labels are places weirdly,...
You must add the scss file where you load the original sass. Would be great if you could add this to package. ``` {{ label }} import Vue from 'vue'...
Unclicked: Clicked: Clicked again: Notice the fuzzy/dotted border around the box. If I click away, the border is removed. A few things I've tried: ``` input:focus{ outline:none; } ``` and:...
When I try to use my switch like the one in the demo, it doesn't move. I can see it register the click in my handler when I click it...