Skip to content

Commit cf9eb59

Browse files
author
Vincenius
committed
2 parents da62f14 + 7fa00b3 commit cf9eb59

File tree

4 files changed

+441
-201
lines changed

4 files changed

+441
-201
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# separator-generator
22

3-
This is a A collection of pure css section separators with the possiblity to customize and copy the code.
3+
This is a collection of pure css section separators with the possibility to customize and copy the code.
44

55
[Live Demo](https://wweb.dev/resources/css-separator-generator)
66

components/Generator/Controls.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const Controls = props => {
7676
min={option.min}
7777
max={option.max}
7878
step={option.step}
79+
valueLabelDisplay="auto"
7980
/>
8081
</S.SliderContainer>
8182
)}

0 commit comments

Comments
 (0)