Add basic slider component

This commit is contained in:
Prospector
2022-04-16 16:13:07 -07:00
parent 14fa3481b0
commit ad853ca342
5 changed files with 65 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
{
"singleQuote": true,
"printWidth": 100
"printWidth": 100,
"tabWidth": 4
}