Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-06-18 06:12:32 -07:00
commit 62fc6c959e
3 changed files with 39 additions and 19 deletions

View file

@ -75,6 +75,13 @@ export interface SliderProps
*/
hideTextInput?: boolean;
/**
* Set to `true` for the slider to span
* the full width of its containing element.
* @default false
*/
fullWidth?: boolean;
/**
* Set an id for the slider div element
* @default "ccs-" + Math.random().toString(36)