diff --git a/docs/api.md b/docs/api.md index 8d35e46..12e7929 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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). |