1tontech / bootstrap4-snippets

Visual studio extension & Intellij plugin for Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets/live templates
MIT License
117 stars 43 forks source link

Create input-range.html snippet #25

Open hcgaron opened 5 years ago

hcgaron commented 5 years ago

Created snippet to handle <input type="range" ...>.
Previous workaround was to select <input type="text"...> and make necessary adjustments.