Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justboil/bulma-upload-control
Upload controls for Bulma CSS Framework — Pure HTML & CSS/SCSS
https://github.com/justboil/bulma-upload-control
bulma bulma-css bulma-css-framework bulma-extension bulma-extensions bulma-framework bulma-ui
Last synced: 4 months ago
JSON representation
Upload controls for Bulma CSS Framework — Pure HTML & CSS/SCSS
- Host: GitHub
- URL: https://github.com/justboil/bulma-upload-control
- Owner: justboil
- License: mit
- Created: 2020-08-11T08:38:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T08:52:13.000Z (over 4 years ago)
- Last Synced: 2024-10-01T01:42:42.229Z (4 months ago)
- Topics: bulma, bulma-css, bulma-css-framework, bulma-extension, bulma-extensions, bulma-framework, bulma-ui
- Language: CSS
- Homepage: https://justboil.github.io/bulma-upload-control/
- Size: 202 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bulma Upload Button Control
[![version](https://img.shields.io/npm/v/bulma-upload-control.svg)](https://www.npmjs.com/package/bulma-upload-control/) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://justboil.github.io/bulma-upload-control/)
[![Custom upload button controls for Bulma CSS Framework](https://justboil.me/images/bulma-upload-control/repository-preview-hi-res.png?v=1.1)](https://justboil.github.io/bulma-upload-control/)
**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)
* [Quick Start](#quick-start)
* [Usage Samples](#usage-samples)
* [Browser Support](#browser-support)
* [Reporting Issues](#reporting-issues)
* [Licensing](#licensing)
* [Credits](#credits)
* [Useful Links](#useful-links)## Demo
Demo and usage samples available at https://justboil.github.io/bulma-upload-control/
## Quick Start
### npm install
```shell script
$ npm i bulma-upload-control --save
```### SCSS
Use with scss
```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](https://github.com/justboil/bulma-upload-control/tree/master/css) or from `node_modules/bulma-upload-control/css` folder and use it in HTML
```html
```
## 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
## 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
* Copyright © 2020 Viktor Kuzhelny (https://github.com/vikdiesel)
* Licensed under MIT## Credits
Based on [Buefy's](https://github.com/buefy/buefy) component for Vue.js & Bulma CSS Framework released under MIT License (Copyright © 2017-2020 [Walter Tommasi](https://github.com/jtommy); Copyright © 2017-2020 [Rafael Beraldo](https://github.com/rafaelpimpa))
## Useful Links
- [JustBoil.me](https://justboil.me)
- [Bulma](https://bulma.io)
- [Buefy](https://buefy.org)