Skip to content

Commit 60f36a1

Browse files
authored
Update README.md
1 parent eefe97e commit 60f36a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Browse the full example here:
9292

9393
### Attributes description
9494
List of attributes with description:
95+
<table>
9596
<tr><td>tbBorderWidth</td><td>Width of the border of the widget</td></tr>
9697
<tr><td>tdOffBorderColor</td><td>Color of the width that appears with the button in state off. Used also for animations.</td></tr>
9798
<tr><td>tbOffColor</td><td>Color of the background of the toggle when off</td></tr>
@@ -102,7 +103,7 @@ List of attributes with description:
102103
<tr><td>tbDefaultStatus</td><td>Starting value for the toggle</td></tr>
103104
<tr><td>tbIsMidSelectable</td><td>If false, the toggle becomes a standard two-states toggle, but can still assume the mid value if forced programmatically or set as default</td></tr>
104105
<tr><td>tbSwipeSensitivityPixels</td><td>Number of pixels a swipe must travel to fire a toggle event. Default is 200. If set to zero, swipes are disabled</td></tr>
105-
106+
</table>
106107

107108
### new in 1.1.0
108109
* Added swipe gesture management together with normal click

0 commit comments

Comments
 (0)