Skip to content
Open
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sidebar: auto
|`picker`| 'wheel' \| 'square' | 'wheel' | chose between pickers style |
|`value` | a valid color string |'#000' | the initial color value |
|`model` | 'rgb' \| 'hex' \| 'hsl' | 'rgb' | the output color model |
|`menuPosition` | 'top' \| 'bottom' \| 'left' \| 'right' \| 'center' | 'bottom' | the output color model |
|`menuPosition` | 'top' \| 'bottom' \| 'left' \| 'right' \| 'center' | 'bottom' | the menu position in display mode: 'picker' |
|`showHistory` | boolean | true | show a list of the recent colors at the bottom of the picker |
| `colorHistory` | `string[]` | `null` | a list of strings representing color values. If provided it will isolate the picker from other pickers and it will maintain its own list. |
|`display` | String | 'vertical' | controls the layout of the component. [List of allowed values](#display-modes). |
Expand Down