@@ -38,3 +38,138 @@ export default () => <Slider value={1} min={1} max={30} />;
38
38
| ` disabled ` | boolean | | disable the component |
39
39
| ` hasTickMarks ` | boolean = true | | show tick marks only apply to thick type |
40
40
| ` customController ` | ({ ref: any, value: number }) => React.ReactNode | | custom controller: make sure to pass the ref |
41
+
42
+ ## Sponsors
43
+
44
+ Thank you very much for those kind people with their sponsorship to this project.
45
+
46
+ <p >
47
+ <a href="https://github.com/sayav"
48
+ ><img
49
+ src="https://avatars1.githubusercontent.com/u/42376060?s=60&v=4"
50
+ width="50"
51
+ height="50"
52
+ alt="@sayav"
53
+ /></a>
54
+ <a href="https://github.com/lemcii"
55
+ ><img
56
+ src="https://avatars1.githubusercontent.com/u/35668113?s=60&v=4"
57
+ width="50"
58
+ height="50"
59
+ alt="@lemcii"
60
+ /></a>
61
+ <a href="https://github.com/washingtonsoares"
62
+ ><img
63
+ src="https://avatars2.githubusercontent.com/u/5726150?s=60&v=4"
64
+ width="50"
65
+ height="50"
66
+ alt="@washingtonsoares"
67
+ /></a>
68
+ <a href="https://github.com/lixunn"
69
+ ><img
70
+ src="https://avatars2.githubusercontent.com/u/5017964?s=60&v=4"
71
+ width="50"
72
+ height="50"
73
+ alt="@lixunn"
74
+ /></a>
75
+ <a href="https://github.com/SamSamskies"
76
+ ><img
77
+ src="https://avatars2.githubusercontent.com/u/3655410?s=60&v=4"
78
+ width="50"
79
+ height="50"
80
+ alt="@SamSamskies"
81
+ /></a>
82
+ <a href="https://github.com/peaonunes"
83
+ ><img
84
+ src="https://avatars2.githubusercontent.com/u/3356720?s=60&v=4"
85
+ width="50"
86
+ height="50"
87
+ alt="@peaonunes"
88
+ /></a>
89
+ <a href="https://github.com/wilhelmeek"
90
+ ><img
91
+ src="https://avatars2.githubusercontent.com/u/609452?s=60&v=4"
92
+ width="50"
93
+ height="50"
94
+ alt="@wilhelmeek"
95
+ /></a>
96
+ <a href="https://github.com/iwarner"
97
+ ><img
98
+ src="https://avatars2.githubusercontent.com/u/279251?s=60&v=4"
99
+ width="50"
100
+ height="50"
101
+ alt="@iwarner"
102
+ /></a>
103
+ <a href="https://github.com/joejknowles"
104
+ ><img
105
+ src="https://avatars2.githubusercontent.com/u/10728145?s=60&v=4"
106
+ width="50"
107
+ height="50"
108
+ alt="@joejknowles"
109
+ /></a>
110
+ <a href="https://github.com/chris-gunawardena"
111
+ ><img
112
+ src="https://avatars0.githubusercontent.com/u/5763108?s=60&v=4"
113
+ width="50"
114
+ height="50"
115
+ alt="@chris-gunawardena"
116
+ /></a>
117
+ <a href="https://github.com/Tymek"
118
+ ><img
119
+ src="https://avatars1.githubusercontent.com/u/2625371?s=60&v=4"
120
+ width="50"
121
+ height="50"
122
+ alt="@Tymek"
123
+ /></a>
124
+ <a href="https://github.com/Luchanso"
125
+ ><img
126
+ src="https://avatars0.githubusercontent.com/u/2098777?s=60&v=4"
127
+ width="50"
128
+ height="50"
129
+ alt="@Luchanso"
130
+ /></a>
131
+ <a href="https://github.com/vcarel"
132
+ ><img
133
+ src="https://avatars1.githubusercontent.com/u/1541093?s=60&v=4"
134
+ width="50"
135
+ height="50"
136
+ alt="@vcarel"
137
+ /></a>
138
+ <a href="https://github.com/gragland"
139
+ ><img
140
+ src="https://avatars0.githubusercontent.com/u/1481077?s=60&v=4"
141
+ width="50"
142
+ height="50"
143
+ alt="@gragland"
144
+ /></a>
145
+ <a href="https://github.com/tjshipe"
146
+ ><img
147
+ src="https://avatars2.githubusercontent.com/u/1254942?s=60&v=4"
148
+ width="50"
149
+ height="50"
150
+ alt="@tjshipe"
151
+ /></a>
152
+ <a href="https://github.com/krnlde"
153
+ ><img
154
+ src="https://avatars1.githubusercontent.com/u/1087002?s=60&v=4"
155
+ width="50"
156
+ height="50"
157
+ alt="@krnlde"
158
+ /></a>
159
+ <a href="https://github.com/msutkowski"
160
+ ><img
161
+ src="https://avatars2.githubusercontent.com/u/784953?s=60&v=4"
162
+ width="50"
163
+ height="50"
164
+ alt="@msutkowski"
165
+ /></a>
166
+ <a href="https://github.com/mlukaszczyk"
167
+ ><img
168
+ src="https://avatars3.githubusercontent.com/u/599247?s=60&v=4"
169
+ width="50"
170
+ height="50"
171
+ alt="@mlukaszczyk"
172
+ /></a>
173
+ </p >
174
+
175
+
0 commit comments