🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@cityssm/bulma-cool-checkboxes

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cityssm/bulma-cool-checkboxes

100% CSS based checkboxes for Bulma.io

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

bulma-cool-checkboxes

npm Codacy Badge

100% CSS based checkbox for Bulma.io

Based on the work of Aslam Shah, hunzaboy/Cool-Checkboxes-for-Bulma.io, with the following changes.

  • Converted from CSS to SCSS.
  • Using Bulma colour variables for easier customization.
  • Made to work with Font Awesome 5.
  • Removed the styled class as it's always used.
  • Removed the is-circular class.
  • Removed the type="radio" styles.

How to use

npm install @cityssm/bulma-cool-checkboxes

To customize the colours in your SCSS, import the bulma-cool-checkboxes.scss file after Bulma.

# Set your Bulma variables before importing.

@import 'bulma/bulma';
@import '@cityssm/bulma-cool-checkboxes/bulma-cool-checkboxes';

If no customization is necessary (i.e. vanilla Bulma), just use the CSS.

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.8.2/css/bulma.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" />
<link rel="stylesheet" href="bulma-radio-checkbox.min.css" />

Keywords

checkbox

FAQs

Package last updated on 23 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts