Skip to content

Commit

Permalink
updated docs - forms
Browse files Browse the repository at this point in the history
 - added searchbox
 - added sliderbar round-border
  • Loading branch information
virtualvivek authored Jan 19, 2021
1 parent 63d0bc3 commit b3c3889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/_docs/forms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ Defines a control for entering a number whose exact value is not important (like

```html
<div class="app-range-slider round-border">
<input type="range" value="242" min="0" max="500">
<span>100</span>
<input type="range" value="156" min="0" max="500">
<span>100</span><span>"</span>
</div>
```

Expand Down

0 comments on commit b3c3889

Please sign in to comment.