drewjbartlett / vue-switches

An on/off switch component for Vue.js with theme support.
http://drewjbartlett.com/demos/vue-switches/
209 stars 41 forks source link

New feature: label inside the switch #20

Open pmioni opened 6 years ago

pmioni commented 6 years ago

Hi, since I needed it for a project I've added the option for putting the label inside the switch. Label is centered and the width of the label is based on the longer text that needs to fit the container, using a hidden text (a fairly crude method, but I couldn't think of a better one!).

If you like it, considering pulling the change. If you would like to receive screenshots, let me know.