Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-07-26 07:06:31 -07:00
commit 18f9087545
3 changed files with 19 additions and 0 deletions

View file

@ -39,6 +39,12 @@ export interface ToggleProps
*/
labelText?: string;
/**
* Set to `true` to visually hide the label text
* @default false
*/
hideLabel?: boolean;
/**
* Set an id for the input element
* @default "ccs-" + Math.random().toString(36)