/buefy-addons

Additional Vue.js components for buefy

Primary LanguageVue

buefy-addons

A collection of additional components I have found useful that are built on top of buefy and bulma.

Tests and documentation are WIP. The main App.vue currently displays several examples of each component.

Components

Clockpicker - a time picker utilizing a clock face, based off of the Vuetify Time Picker.

Hold Button - a button that requires the user to press and hold to activate it. The background color updates like a progress bar letting the user know when the activation will happen.

Hold Icon - like the Hold Button, but uses a single icon with a ring around it to show progress.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit