vue-stepper icon indicating copy to clipboard operation
vue-stepper copied to clipboard

A simple stepper with simple actions such as next, back and end to perform simple forms.

Results 50 vue-stepper issues
Sort by recently updated
recently updated
newest added

Adds the ability to for a component to programmatically call next. ``` this.$emit('can-continue', {value: true}); this.$emit('next', {value: true}); ``` Also adds the ability for a component to listen to an...

The current stepper works with left-to-right flow only. Meaning, it is suitable for LTR languages but not RTL (such as Arabic, Hebrew, etc..). the support for RTL can be added...

So now for french labels of buttons, the `locale` prop should also support `fr` for french

I'm trying to trigger go next from inside a step content component. What is the best way of doing this? I wanna go to next step when a variable in...

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 2.11.2 to 3.1.11. Release notes *Sourced from [webpack-dev-server's releases](https://github.com/webpack/webpack-dev-server/releases).* > ## v3.1.11 > > ## [3.1.11](https://github.com/webpack/webpack-dev-server/compare/v3.1.10...v3.1.11) (2018-12-21) > > > ### Bug Fixes > > * **bin/options:**...

dependencies

Updated translations with italian, french and greek.

The current implementations don't enable other translations that the code itself has. Is it possible to set a default prop with the current translation filter enabling the developers to inject...