We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding the Slider component:
<Slider fullWidth name={`slider-name`} min={0} max={100} minLabel="%" maxLabel="%" disabled={!checkValue} value={value} />
even if i remove or add the fullWidth prop the slider is rendered always small
fullWidth
The text was updated successfully, but these errors were encountered:
fix(Slider): fullWidth prop works now (#375), Footer accepts custom c…
04289e3
…omponents for Logos
chore(release): 1.11.4 [skip ci]
fe51a01
## [1.11.4](v1.11.3...v1.11.4) (2021-01-06) ### Bug Fixes * **Slider:** fullWidth prop works now ([#375](#375)), Footer accepts custom components for Logos ([04289e3](04289e3))
Merge remote-tracking branch 'origin/next' into thedevelobear-patch-2
9b13218
* origin/next: chore(release): 1.11.4 [skip ci] fix(Slider): fullWidth prop works now (#375), Footer accepts custom components for Logos chore(release): 1.11.3 [skip ci] fix(package): description changed chore(release): 1.11.0 [skip ci] fix(package): manual version bump chore(release): 1.11.0 [skip ci] chore(release): 1.11.0 [skip ci] fix(Search): onChange was returning a wrong target value (#368) chore(release): 1.11.0 [skip ci] # Conflicts: # CHANGELOG.md # package-lock.json # package.json
Utzel-Butzel
No branches or pull requests
Adding the Slider component:
even if i remove or add the
fullWidth
prop the slider is rendered always smallThe text was updated successfully, but these errors were encountered: