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.
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.
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit