1.2.2 • Published 2 years ago

bulma-switch-control v1.2.2

Weekly downloads
108
License
MIT
Repository
github
Last release
2 years ago

Bulma Switch Control

version license

Switch controls for Bulma CSS Framework

Switch controls for Bulma CSS Framework Pure HTML & CSS/SCSS.

  • Free under MIT License
  • Pure HTML & CSS/SCSS
  • Built for Bulma CSS Framework
  • No js framework dependencies
  • Ready-to-use CSS
  • SCSS sources with variables

Table of Contents

Demo

Demo and usage samples available at https://justboil.github.io/bulma-switch-control/

Quick Start

npm install

$ npm i bulma-switch-control --save

SCSS

Use with scss

/* Bulma Switch Control */
@import "node_modules/bulma-switch-control/bulma-switch-control";

/* Bulma */
@import "node_modules/bulma/bulma";

... or use as CSS

You may just copy pre-compiled main.css or main.min.css file from the repository or from node_modules/bulma-switch-control/css folder and use it in HTML

<!-- Bulma -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.0/css/bulma.min.css">

<!-- Bulma Switch Control -->
<link rel="stylesheet" href="%SOME-LOCAL-PATH%/bulma-switch-control/css/main.min.css">

Usage samples

Demo and usage samples available at https://justboil.github.io/bulma-switch-control/

Browser Support

We try to make sure package works well in the latest versions of all major browsers

Reporting Issues

JustBoil's free items are limited to community support on GitHub.

The 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.

  1. Make sure you are using the latest version of the package
  2. Provide steps to reproduce
  3. Provide an expected behavior
  4. Describe what is actually happening
  5. Platform, Browser & version as some issues may be browser specific

Licensing

Credits

Based on Buefy's component for Vue.js & Bulma CSS Framework released under MIT License (Copyright © 2017-2020 Walter Tommasi; Copyright © 2017-2020 Rafael Beraldo)

Useful Links

1.2.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago