feat(slider): add hideLabel prop (#1777)

Closes #1682

Co-authored-by: siaikin <abc1310054026@outlook.com>
This commit is contained in:
Eric Liu 2023-07-23 12:04:39 -07:00 committed by GitHub
commit baff07e012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 54 additions and 23 deletions

View file

@ -17,6 +17,10 @@ Set `fullWidth` to `true` for the slider to span the full width of its containin
<Slider labelText="Instances" fullWidth value={0} />
## Hidden label
<Slider labelText="Instances" hideLabel value={0} />
## Hidden text input
<Slider labelText="Instances" hideTextInput value={0} />