Skip to content
New issue

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

New Crowdin updates #123

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3e1305d
New translations advanced.md (Chinese Simplified)
jaames Jul 31, 2020
f868b03
Update source file advanced.md
jaames Jul 31, 2020
36fabf9
New translations index.md (Chinese Simplified)
jaames Aug 1, 2020
41d2b37
Update source file index.md
jaames Aug 14, 2020
64d22f1
New translations advanced.md (Chinese Simplified)
jaames Aug 15, 2020
6712239
Update source file advanced.md
jaames Aug 25, 2020
e4cda45
New translations advanced.md (Chinese Simplified)
jaames Nov 24, 2020
52cf06a
Update source file advanced.md
jaames Nov 25, 2020
01cf57d
New translations colorPicker_api.md (Chinese Simplified)
jaames Dec 27, 2020
7b92316
New translations guide.md (Chinese Simplified)
jaames Dec 27, 2020
7309ce2
Update source file colorPicker_api.md
jaames Feb 16, 2021
2af1c01
Update source file guide.md
jaames Feb 16, 2021
84e8d8a
New translations index.md (Chinese Simplified)
jaames Mar 21, 2021
84e4150
Update source file index.md
jaames Mar 27, 2021
8a6f6f8
Update source file colorPicker_api.md
jaames Mar 27, 2021
291bec5
Update source file guide.md
jaames Mar 27, 2021
7ea3ee9
New translations colorPicker_api.md (Chinese Simplified)
jaames Mar 27, 2021
5d15431
New translations guide.md (Chinese Simplified)
jaames Mar 27, 2021
a466b62
New translations advanced.md (Chinese Simplified)
jaames Apr 6, 2021
2c5da15
New translations colorPicker_api.md (Chinese Simplified)
jaames Apr 6, 2021
36263df
New translations colorPicker_api.md (Chinese Simplified)
jaames Apr 6, 2021
ab6a8ad
New translations guide.md (Chinese Simplified)
jaames Apr 6, 2021
2c46c4d
New translations index.md (Chinese Simplified)
jaames Apr 6, 2021
ea016de
New translations advanced.md (Chinese Simplified)
jaames Jun 30, 2021
a37115b
New translations index.md (Chinese Simplified)
jaames Aug 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update source file advanced.md
  • Loading branch information
jaames committed Nov 25, 2020
commit 52cf06a3696b06c59ee1f6b50577650bd3b00022
8 changes: 7 additions & 1 deletion docs/advanced.md
Original file line number Diff line number Diff line change
@@ -98,6 +98,12 @@ var colorPicker = new iro.ColorPicker('#picker', {
});
```

There's a few optional box-specific config options that can be used:

| Option | Purpose | Default Value |
|:-----------------|:--------|:--------|
| `boxHeight` | Height of the box, measured in pixels. If this isn't set, it will use the box's width as its height | `null` |

#### Sliders

<ColorPicker :width="240" :handleRadius="8" :sliderMargin="12" layoutDirection="horizontal" :layout="[
@@ -186,7 +192,7 @@ If `sliderType` is set to `'kelvin'`, the temperature range can be set with thes

| Option | Purpose | Default Value |
|:-----------------|:--------|:--------|
| `minTemperature` | Minimum color temperature, in Kelvin (smallest value is `1000`) | `2200` |
| `minTemperature` | Minimum color temperature, in Kelvin (smallest value is `2000`) | `2200` |
| `maxTemperature` | Maximum color temperature, in Kelvin (largest value is `40000`) | `11000` |

##### `sliderShape`