Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bulma-upload-control

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bulma-upload-control

Styled upload control for Bulma CSS Framework

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Bulma Upload Button Control

version license

Custom upload button controls for Bulma CSS Framework

Upload 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-upload-control/

Quick Start

npm install

$ npm i bulma-upload-control --save

SCSS

Use with scss

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

/* Bulma Upload Control */
@import "node_modules/bulma-upload-control/bulma-upload-control";

... 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-upload-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 Upload Control -->
<link rel="stylesheet" href="%SOME-LOCAL-PATH%/bulma-upload-control/css/main.min.css">

Usage samples

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

Browser Support

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

Chrome Firefox Edge Safari Opera

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)

Keywords

FAQs

Package last updated on 12 Aug 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc